body .booked-calendar-wrap {
	margin-bottom: 0;
}
.booked-calendar-wrap .booked-icon {
	color: inherit;
}
body .booked-form .field .checkbox-radio-block label {
	padding-left: 18px;
}
body .booked-calendar-wrap.small table.booked-calendar th .monthName {
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}
body table.booked-calendar .booked-appt-list {
	border-radius: 0;
	box-shadow: none;
}
body .booked-calendar-wrap.small .booked-appt-list h2 {
	margin: 5px 0 10px;
	letter-spacing: 0;
}
body .booked-calendar-wrap.small table.booked-calendar thead tr.days th {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1.2rem 0 1rem !important;
}
body table.booked-calendar thead tr:not(.days) th {
	border: none;
}
body .body_wrap table.booked-calendar tr.days th {
	background-color: transparent !important;
}

body .booked-calendar-wrap.small table.booked-calendar thead th {
	font-size: 1rem;
	padding: 1.4rem 0 1.1em !important;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left:hover {
	left: 20px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-left {
	left: 20px;
	top: 50%;
	font-size: 1rem;
	margin-top: -.6rem;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right:hover {
	right: 20px;
}
body .booked-calendar-wrap.small table.booked-calendar thead th .page-right {
	right: 20px;
	top: 50%;
	font-size: 1rem;
	margin-top: -.6rem;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
body table.booked-calendar .booked-icon-arrow-right:before {
	content: '\e836';
	font-family: 'fontello';
	font-size: 20px;
	color: #ffffff;
}
body table.booked-calendar .booked-icon-arrow-left:before {
	content: '\e837';
	font-family: 'fontello';
	font-size: 20px;
	color: #ffffff;
}
body .booked-calendar-wrap.small table.booked-calendar td {
	font-size: 16px;
}
body .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date {
	display: flex;
	align-items: center;
}
body .booked-calendar-wrap.small table.booked-calendar tr.week td.active .date .number {
	border: none;
	transform: scale(1);
	background: none;
	color: #fff;
	height: 70%;
	width: 70%;
	margin: 0 auto;
	line-height: normal;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	flex-direction: column;
}
body table.booked-calendar td.next-month .date span {
	color: #737373;
}
.booked-icon-close {
	color: #ffffff !important;
}
body .booked-modal button,
body .booked-modal input[type="submit"] {
	padding: 4px 18px;
}
body .booked-modal .bm-window .booked-scrollable {
	max-height: 100px;
	padding: 20px 20px;
	box-sizing: border-box;
}
body .booked-modal .bm-window {
	max-height: 70% !important;
}
body .booked-calendar-wrap.small table.booked-calendar th .monthName a {
	top: 0;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 300;
}

