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;
}

button.approve.button.button-primary {
    display: none !important;
}

body .booked-modal .bm-window p small {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}