/* Styles definition here */
.ts_slot_availability{display: block !important;}

/* Style for Cancelationpage */
#ahb_cancel_body {
	margin: 2rem;
	font-family: sans-serif;
}

#ahb_cancel_body a {
	color: black;
	text-decoration: none;
	padding: 0.5 0 rem;
}

#ahb_cancel_form {
	font-family: sans-serif;
	border-style: none !important;
	max-width: 14rem !important;
}

#captchaimg {
	margin-bottom: 2em;
	width: 80%;
} 

#hdcaptcha_cancel_post {
	font-size: 1rem;
}

#cancelbtn {
	-webkit-appearance: none;
	font-size: 1rem;
	cursor: pointer;
	padding: 1rem 2.5rem;
	background-color: #EC6719;
	color: white;
	border-style: none;
	border-radius: 1rem;
	box-shadow: 0 3px 9px rgba(0,0,0,0.25);
}