/* Calendar */
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.days .bc-col,
body .content table.booked-calendar tr.days th {
	border: none;
	padding: 1.8rem 0 !important;
	font-size: 14px;
	letter-spacing: 0.03rem;
	text-transform: none;
}
body .booked-appt-list .timeslot .spots-available {
	font-size: 12px;
}
body .booked-appt-list .timeslot {
	padding: 10px 0;
}
body .booked-appt-list .timeslot .timeslot-people {
	height: auto;
}
body .booked-appt-list .timeslot .timeslot-people button {
	white-space: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
}
body .booked-appt-list .timeslot .timeslot-time {
	line-height: 1.2em;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName,
body .content table.booked-calendar thead th .monthName {
	font-size: 2.533em!important;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 0;
	height: auto;
	line-height: normal;
}

body .content table.booked-calendar th .monthName {
	height: 2.05rem;
}

body .content table.booked-calendar thead tr:first-child th {
	height: 4.12rem;
}

body table.booked-calendar {
	background: none;
}

table.booked-calendar td,
table.booked-calendar td+td,
body table.booked-calendar td:first-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

table.booked-calendar .booked-icon {
	font-size: 1rem;
}

body .booked-modal input[type="submit"],
body .booked-modal button {
	padding: 2em 3em !important;
	margin-bottom: 10px !important;
}

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

}

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

body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row.top .bc-col{
	border: none;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body{
	border: 1px #eee solid;
	border-top-width: 0;
	box-sizing: border-box;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week {
	position: relative;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today .date span {
	box-shadow: none!important;
}
body div.booked-calendar-wrap div.booked-calendar .bc-head .bc-row .bc-col .monthName a {
	font-size: 14px;
}
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete,
body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > button.delete {
	display: flex;
	align-items: center;
	justify-content: center;
}
body #profile-edit #booked-page-form p.form-submit {
	margin-top: 1.5em;
}

body #profile-edit #booked-page-form .trx_addons_column-1_3 {
	width: 100%;
}

body #profile-edit #booked-page-form .trx_addons_options_item_description {
	margin-top: 1em;
}

body #booked-profile-page .booked-tabs li a .counter {
	line-height: 2px;
}

body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
	padding: 0.65rem 0.65rem 0.55rem 40px;
}