<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainContainer {
	
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	
}
                                     
.leftPanel {
	
	background: white;
	width: 75%;
	
}

.infoText {
	
	margin-top: 10px;
	
}

.a3AccommName {
	
	width: CALC(100% - 30px);
	margin: auto;
	margin-top: -19px;
	border-radius: 0 0 25px 25px;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 22pt;
	
}

.leftPanel, .bookingPanel {
	
	background: white;
	border-radius: 25px;
	border: 3px solid #9c875f;
	padding: 10px 10px 20px 10px;
	box-sizing: border-box;
	
}

.todaysPriceTop {

	color: #90BC4F;
	font-weight: bold;
	font-size: 27px;
	
}

.picDateText {
	
	font-size: 18px;
	
}

.calDate .fa-calendar {

	margin-right: 10px;
	
}

.bookingPanel {

	background: white;
	width: 25%;
	margin-left: 15px;
	padding: 0;
	
}

.bookingHeader {
	
	font-size: 14px;
	background: #EEEEEE;
	padding: 15px;
	border-radius: 22px 22px 0 0;
	border-bottom: 1px solid #B2B2B2;
	text-align: center;
	color: #8e8e8e;
	
	
}

.bookingName, .bookingSiteName, .bookingNights, .bookingWasPrice, .bookingThisPrice, .bookingStartDate {
	
	padding: 17px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;

}

.bookingName {

	background: #608a45;
	color: white;
	font-size: 21px;
	
}

.bookingSiteName {

	color: #919191;
	font-size: 16px;
	font-weight: bold;
	
}

.bookingNights {
	
	font-size: 27px;
	font-weight: bold;
	color: #849B1B;
	border-top: 1px dotted #B2B2B2;
	border-bottom: 1px dotted #B2B2B2;
	
}


.bookingInstructions {
	
	border-top: 1px dotted #B2B2B2;
	border-bottom: 1px dotted #B2B2B2;
	padding: 20px;
	text-align: center;
	
}

.bookingStartDate {
	

	padding-top: 0;
	
	
}

.bookingActNow {

	margin: 10px; 
	padding: 5px;
	background: #ffeb99;
	border: 1px solid #f2d452;
	border-radius: 10px;
	text-align: center;
	
}


.bookingWasPrice {
	
	font-size: 30px;
	text-decoration: line-through;
	padding: 0;
	color: #B2B2B2;
	
	

}


.bookingThisPrice {
	
	font-size: 35px;
	font-weight: bold;
	margin: auto;
	padding: 0;
	
}

.bookingTodayPrice {

	text-align: center;
	font-size: 16px;
	
}

.bookingStartDate {
	
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	
}

.bookingButton {
	
	font-size: 18px;
	padding: 13px 8px;
	width: 80%;
	box-sizing: border-box;
	border-radius: 10px;
	color: white;
	background: #FF8C1C;
	text-align: center;
	font-weight: bold;
	border: 0;
	margin-top: 26px;
	margin: auto;
	background: #ff671c;
	-webkit-box-shadow: inset 0 0 9px #a85200;
	-moz-box-shadow: inset 0 0 9px #a85200;
	box-shadow: inset 0 0 9px #a85200;
	margin-top: 20px;
	
}

.bookingButton:hover {

	background: #ff7b00;

	
}

.bookingLowDeposit {
	
	font-size: 20px;
	background: #85c0dd;
	color: white;
	text-align: center;
	padding: 14px;
	
	
	
}

.fa-exclamation-triangle {
	margin-right: 10px;
}





/*
##########################################

Media Queries

##########################################
*/

@media only screen and (max-width: 800px) {
	
	.a3AccommName {
		
		font-size: 19pt;	
		
	}
	
	.bookingHeader, .bookingName, .bookingSiteName, .bookingStartDate, .bookingNights, .bookingActNow, .bookingTodayPrice {
	
		font-size: 14px;
		padding: 5px 0;
		
	}
	
	.bookingWasPrice, .bookingThisPrice {
		
		padding: 2px 0;
		font-size: 18px;
		
	}
	
	.bookingButton {
		font-size: 16px;
		padding: 10px;
	}
	
	.bookingHeader {
		border-radius: 5px 5px 0 0;
	}
	
	.bookingActNow {
		
		font-size: 12px;
	}
	
	.leftPanel {
		
		box-sizing: border-box;
		width: 65%;
		padding: 0;
		border-radius: 5px;
		
	}
	
	.bookingPanel {
		
		box-sizing: border-box;
		width: 35%;
		padding: 0;
		border-radius: 5px;
		border: 0;
		
	}
	
	.details {
	
		margin-top: 5px;
		
	}
	
}





@media only screen and (max-width: 600px) {
	
	.picDateText {
	
		font-size: 12pt;
		
	}
		
	.a3AccommName {
	
		width: CALC(100% + 40px);
		margin: auto;
		border-radius: 0;
		font-size: 19pt;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: -20px;
		padding: 12px 10px;
		
	}

	.mainContainer {
		margin: 0;
		flex-direction: column;
	}


	.leftPanel {
		
		border: 0;
		margin: 0;
		width: 100%;
		padding: 0;
		border-radius: 0;
		margin-top: 10px;
		
	}
	
	.bookingPanel {
		
		width: calc(100% - 20px);
		margin: 10px;	
		padding-bottom: 20px;
		
	}
	
	.bookingHeader, .bookingName, .bookingSiteName, .bookingStartDate, .bookingNights, .bookingActNow, .bookingTodayPrice {
	
		font-size: 19px;
		padding: 10px 0;
		
	}
	
	.bookingActNow {
		font-size: 14px;	
	}
	
	.bookingWasPrice, .bookingThisPrice {
		
		padding: 0;
		font-size: 30px;
		
	}
	
	.bookingButton {
		
		font-size: 19px;
		padding: 10px;
		
	}
	
	.bookingHeader {
		padding: 12px 0;
	}
	


	
	.calDate{
		font-size: 24px;
	}
		
		

	
}

</pre></body></html>