td.time,
td.weekday,
#schedule-week-time td.selected {
	background-color: #47ace3 !important;
}

#schedule-week-time td {
	width: 40px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	background-color: #dedede;
	border: 2px solid #fff;
	color: #FFF;
	cursor: pointer;
}

td.weekday {
	font-weight: bold;
}

td.time,
td.weekday {
	padding: 4px;
}

td.time {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	cursor: auto;
}

#schedule-buttons {
	padding-bottom: 10px;
}

#schedule-buttons a {
	padding: 4px 20px 4px 4px;
}