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 .appt-block .booked-cal-buttons .google-cal-button {
	font-size: 1.2rem;
	padding: .8rem 0.65rem .8rem 40px;
}

body #booked-profile-page .booked-profile-appt-list .appt-block .booked-cal-buttons a {
	font-size: 1rem;
	padding: 0.8rem 0.75rem;
}

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;
}