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

body div.booked-calendar-wrap div.booked-calendar{
	border-radius: unset;
}