<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body{
	min-width: 320px;
}*/
body{
	position: relative;
	min-height: 800px;
}
.navbar.navbar-fixed-top{
	border-bottom: 1px solid #ff5a00;
}
#footer{
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	margin: 0px;
}
.content.no-header{
	margin-bottom: 50px;
}

@media (max-width: 991px){
	.navbar-brand {
		margin: 0 auto;
	}
	.navbar-brand img{
		min-width: 50px;
	}
	.col-lg-4{
		margin-bottom: 20px;
	}
	#footer .row div{
		text-align: center;
	}
	#wizard div a img{
		width: 70px;
	}

}

.booking h1, .booking h2, .booking h3, .booking h4, .booking h5, .booking h6, .booking p{
	color: black;
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
}
.booking p{
	padding-top: 10px;
}
.booking button{
	width: 100%;
	margin: 20px auto;
}


select option {
	color: black;
}
select option:first-child {
	color: grey;
}
select.empty {
	color: grey;
}
/* Hidden placeholder */
select option[disabled]:first-child {
	display: none;
}


#location-image{

	color:#ff5a00;
}
    #location-image img {
        width:10px;
        margin-bottom:5px;

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