/* 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;
	font-size: 1.14285714286em;
}

/* 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;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
	height: 102px;
}

body .customer_choice form button.cancel{
	float: right;
	margin-right: 0;
}

body .customer_choice form input[type="submit"],
body .customer_choice form button.cancel{
	padding-left: 2.3em;
	padding-right: 2.3em;
}

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
	height: auto!important;
}

body .booked-calendar .timeslot-people button[disabled] {
	padding: 1.65em 4.715em 1.45em;
}

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

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName,
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col{
	text-transform: none;
}

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

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col{
	padding: 1.4rem 0;
}

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName {
	font-size: 2rem;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
	font-size: 1.2rem;
}