.checkbox-radio-block > input {
	width: inherit;
}
.booked-calendar-fields > .cf-block > .field:nth-child(3) {
	display: none;
}
.next-not-avail {
	background: #fee none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #d00;
	padding: 3px 10px;
}
.checkbox-radio-block input[disabled] {
	cursor: no-drop;
}