/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .booking-find-form div{
	margin-bottom: 10px;
}
.booking-find-form input[type="submit"],
#loginform input[type="submit"]{
	border-radius: 1px !important;
	padding: 12px 18px 12px 18px !important;
	min-height: 28px !important;
	line-height: 24px !important;
	color: #1a1c20 !important;
	background: #fff !important;
	display: inline-block !important;
	width: auto !important;	
	border: 1px solid #fff !important;
}
.booking-find-form input[type="submit"]:hover,
#loginform input[type="submit"]:hover{
	color: #fff !important;
	background: transparent !important;
}

.booking-data-wrap{
	width:100%;
	overflow-x: auto;
	display: block;
}
.booking-data-wrap table th{
	text-align: center;
	font-size: 14px;
}
.booking-data-wrap td {
    font-size: 13px;
    text-align: center;
}
.booking-data-wrap table td,
.booking-data-wrap table th{
	white-space: nowrap;
}

.booking-data-table td.large-td {
    min-width: 150px;
}

