/* Styles definition here */
.availableslot a {
    color: white !important;
}

#fbuilder .slots div a {
	background: #333333;
}
#fbuilder .slots div a:hover {
	background: #555555;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #333333;
}
.ui-datepicker tbody td {
	border: 1px solid #000000;
}