<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General Print Styles */

a[href]:after {
	content: none;
}

body, body.bgColourA {
	background-color: #fff;
	background-image: none;
	
}

#headerMobile, #col2Mobile, #findholidayMobile {
	display: none !important; 
}

#header, 
#headerWrapper, 
#col2, 
#col2, 
#footer, 
#disclaimer, 
.credits {
	display: none !important; 
}

.row-fluid #col1.span12-tablet {
	width: 100%;
	margin-left: 0;
}

.site {
}

a.print {
	display: none;
}

a:after { content:''; }
a[href]:after { content: none !important; }

header {
	border-bottom: none !important;
}

.noprint,
.bootstrap-styles .visible-xs.noprint {
	display: none !important;
}

.printonly {
	display: inherit;
}

#body .bodypadding {
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}


/* Gallery */

.gallery li {
	display: none;
}

.gallery li.first {
	display: block;
}

.gallery .nav {
	display: none;
}

.gallerynav, .infowrapper {
	display: none;
}


/* Splodges */

h2.gooddog {
	color: #fff;
}


/* Questionnaire */
#questionnaire li.free textarea {
	display: block;
}

#questionnaire li.free a.toggle {
	display: none;
}


/* Final Info */

.checklistsummary {
	display: none;
}

jdiv,
#jivo-iframe-container {
	display: none;
}


/* My Account */

#mainBody {
	width: 100%;
}</pre></body></html>