/* Styles definition here */
.availableslot a {
	color: black; 
}

.usedslot a {
	color: black !important; 
}

.sb_item {
	display: none;
}

.one_column span a {
	color: black !important; 
	text-decoration: underline; 
}

.one_column span a {
	color: black !important; 
	text-decoration: underline; 
}

.pbSubmit {
	background-color: black !important; 
	color: white !important;
	border: 1px solid black !important; 
	padding: 9px 40px !important; 
}

.pbSubmit:hover {
	background-color: white !important; 
	color: black !important; 
}