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: inline-block;
	padding: 14px;
	width: 54px;
	text-align: center;
	color: #f00;
	border: 2px solid #f00;
	border-radius: 5px;
}

p {
    margin-bottom: 0;
}

button.approve.button.button-primary {
    display: none !important;
}
body .booked-form .field .checkbox-radio-block label {
    top: 0px !important;
}
body .booked-form .field .checkbox-radio-block label {
    display: inline !important;
}
body .booked-modal .bm-window p small {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}