#booking {
	margin: 20px;
/* 			display:none; */
}
#bookingBut {
	margin: 20px;
/* 			display:block; */
}

.bookingFormPage {
	display: block; 
	width: 100%;
}

.bookingFormOuter {
	text-align: center; 
	position: relative; 
	left: 0px;
	width: 100%; 
	background-color: #aaa; 
	padding: 10px 10px 10px 10px;
}

.bookingFormInner {
	text-align: center; 
	width: 100%; 
	height: calc(100% - 20px); 
	background-color: #ddd;
}

.map-URL-Instruct {
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	width: 80%;
	margin-left: 10%;
	margin-top: 36px;
	margin-bottom: 12px;
}

.theMapURL {
    display:none;
    width: 80%;
    margin-left: 10%;
    font-size: 16px;
    text-align: center;
    border: none;
    background-color: #efefff;
}

.productText {
	font-size: .6rem;
}

/* 2778x1284 pixels at 458ppi */
@media only screen 
and (min-width: 500px) 
and (-webkit-device-pixel-ratio: 3){
		.bookingFormOuter{
	left: 0;
	width: 100%; 
	}
	
	.map-URL-Instruct {
		font-size: 9px;
	}

}

@media (min-width: 650px) {
	.bookingFormOuter{
		left: 1%; 
		width: 98%; 
	}
	
	.map-URL-Instruct {
		font-size: 10px;
	}

	.productText {
		font-size: .8rem;
	}
}

@media (min-width: 768px) {
	.bookingFormOuter{
		left: 5%; 
		width: 90%; 
	}
	
	.map-URL-Instruct {
		font-size: 11px;
	}

	.productText {
		font-size: 1rem;
	}
}

@media (min-width: 1024px) {
	.bookingFormOuter{
		left: calc((100% - 1024px) / 2); 
		width: 1024px; 
	}
	
	.map-URL-Instruct {
		font-size: 12px;
	}

	.productText {
		font-size: 1.2rem;
	}
}


