/* Booked Appointments
------------------------------------------------------------------------------------ */
body table.booked-calendar th .monthName a {
	color: rgba(255,255,255,0.75);
}
body table.booked-calendar th .monthName a:hover {
	color: #ffffff;
}

body .booked-form input[type=radio] {
	top: 5px;
}

body div.booked-calendar-wrap div.booked-calendar,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button, body .booked-modal input[type=submit], body .booked-modal button{
	border-radius: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
	line-height: 50px !important;
}

body .booked-modal button, body .booked-calendar button{
	padding: 9px 12px 8px;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span{
	box-shadow: inset 0 0 0 2px #27abb7;
}