.booking-container {
	background: #A1CA17;
	margin: 10px 0;	
	padding: 10px;
}

.booking-container label {
	display: block;
	margin: 10px 0 5px 0;
	font-weight: bold;
	color: #324100;
}

.box-ok {
	padding: 10px;
	background-color: green;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	font-size: 16px;
}

.box-bad {
	padding: 10px;
	background-color: red;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	font-size: 16px;
}

.box-ok a,
.box-bad a {
	font-weight: normal;
	color: #fff; 
	display: block;
}

.box-ok a:hover,
.box-bad a:hover {
	font-weight: bold;
}

.booking-container h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #303e00;
}
