/* Calendar */
table.booked-calendar tr.days th {
	border: 1px solid #ddd !important;
}
table.booked-calendar td,
table.booked-calendar td+td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/* Booked form */
body .booked-form .field .checkbox-radio-block label {
	padding-left: 1.4em;
}
body .booked-form .field .checkbox-radio-block label:before {
	line-height: 0.65em;
}

/* Login form */
#booked-page-form .login-remember input {
	display: inline;
	vertical-align:middle;
}

#booked-profile-page i.fa {
	color: inherit;
}

/* User profile header */
#booked-profile-page div.booked-profile-header {
	padding: 0 0 2em;
}
#booked-profile-page div.booked-user-avatar {
	width: 50px;
	height:50px;
}
#booked-profile-page div.booked-user-avatar img {
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
}
#booked-profile-page .booked-user h3 strong {
	font-weight:400;
}

/* User profile content */
#booked-profile-page div.booked-tab-content {
	-webkit-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}

.page-right i::before,
.page-left i::before,
.timeslot-range i::before,
.bm-window .close i::before,
.appointment-info i::before {
	font-family: 'fontello';
	font-weight: normal;
	font-style: normal;
}

.page-right i::before {
	content: '\E908';
}
.page-left i::before {
	content: '\E907';
}
.timeslot-range i::before {
	content: '\E8FC';
}
.bm-window .close i::before {
	content: '\E916';
}
.appointment-info i::before {
	content: '\E8F8';
}
body .booked-modal button.cancel,
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
	border-radius: 2em;
}
body div.booked-calendar-wrap div.booked-calendar {
	border-radius: 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col {
	padding: 1.5rem 0;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col {
	font-size: .8rem;
    letter-spacing: .03rem;
	padding: .8rem;
	font-weight: 400;
	border-right: 1px solid;
}

body .booked-appt-list .timeslot .spots-available{
	font-size: 12px;
}

.booked-modal .booked-form .booked-forgot-goback{
	border-radius: 2em;
}