@charset "utf-8";
.booked {
	color: #000;
	background-color: #9C8473 !important;
}
.not-confirmed {
	color: #000;
	background: #CCC;
}

