#widget-frame {
	width: 400px;
	height: 200px;
	margin: auto;
}

.bookingjs-form-field--checkbox{
	display: none !important
}

.bookingjs {
	border-radius: 10px !important;
	background-color: #1C8464 !important;
	font-family: Lato !important;
}

.bookingjs-displayname {
	color: white !important;
	font-weight: 700 !important;
	font-size: 1.3em;
}

.fc-list-heading td {
	color: #2b5f8c !important;
	font-weight: 600 !important;
}

.fc-list-item:hover {
	border-left: 3px solid #4e74b0 !important;
	color: #4e74b0 !important;
}

.bookingjs-form-button {
	background-color: #2b5f8c !important;
}

.bookingjs-form-label--select {
	color: #2b5f8c !important;
}

.bookingjs-error.show {
	display: none !important
}

#input-recaptcha {
	opacity: 0;
	position: static;
}

.fc-ltr .fc-list-heading-main {
	float: right !important;
}

.fc-ltr .fc-list-heading-alt {
	float: left !important;
}