body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button{
	background: #bf9456;
	border-color: #bf9456;
	color: #1a1d21;
}

body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
	background: #1a1d21!important;
	border-color: #1a1d21!important;
	color: #bf9456!important;
}

body .booked-modal button.cancel,
body .booked-modal input[type=submit].button-primary,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button{
	background: #bf9456!important;
	border-color: #bf9456!important;
	color: #1a1d21!important;
}

body .booked-modal button.cancel:hover,
body .booked-modal input[type=submit].button-primary:hover,
body div.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
	background: #1a1d21!important;
	border-color: #1a1d21!important;
	color: #bf9456!important;
}

body div.booked-calendar .bc-col .date span{
	background: transparent!important;
}


body #booked-profile-page .booked-profile-appt-list .appt-block .status-block{
	border-radius: 0;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons{
	gap: .5em;
	flex-wrap: wrap;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button {
	font-size: 1.2rem;
	font-family: inherit!important;
	line-height: 1;
	padding: 0.8rem 0.75rem;
	margin: 0;
	border-color: #bf9456;
	background-color: #bf9456;
    color: #1a1d21!important;
	 border-radius: 0;
	 -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a:hover,
body #booked-profile-page .appt-block .booked-cal-buttons .google-cal-button:hover{
	color: #bf9456 !important;
	border-color: #1a1d21;
	background-color: #1a1d21;
}

.addeventatc .addeventatc_icon{
	display: none;
}

body .booked-form .field .checkbox-radio-block label{
	top: 0;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-fea-buttons > a.delete {
	width: auto;
	border-color: transparent!important;
}

body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.prev-date:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today.active:hover .date span,
body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col.today:hover .date span{
	color: inherit!important;
	background: transparent!important;
}

body #booked-profile-page .booked-tab-content{
	border-radius: 0;
}