/* 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;
}

table.booked-calendar tr:last-child td {
	border-bottom: 1px solid;
}

body .booked-modal input[type=submit].button-primary{
	border-radius: 0;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available{
	font-size: .85em;
}

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