/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2023 | 16:39:01 */
/* Add your CSS code here.*/

.date-time-selector .date-html5 {
	margin-right:8px!important;
}
.universal-reservation .location-row .location-container {
		margin-bottom:10px!important;	
}
.universal-reservation .location-row .location-container:nth-of-type(2) {
		margin-bottom:0!important;
}
.roundtrip-hourly-toggle {
		padding-top:4px!important;
}
.overflow-scroll {
max-height:480px!important;
}

@media screen and (max-width:767px){ 
	.site-and-location .location-search-field input {
		font-size:16px!important;
	}
	.universal-reservation .location-row .location-container {
		margin-bottom:10px!important;
	}
	.universal-reservation .location-row .location-container:nth-of-type(2) {
		margin-bottom:0!important;
	}
	.roundtrip-hourly-toggle {
		padding-top:4px!important;
	}
	.selector-popup {
		width:90%!important;
		left:5%!important
	}
}

/*For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */