/* Styles definition here */
#fbuilder .ui-datepicker-inline { max-width:none !important; }

#field_1-0, .fieldCalendarService {
	text-align: center;
}

.fieldCalendarService .ahbfield_service {
	border: 1px solid #00b2b9;
    border-radius: 20px;
    margin-top: 15px;
    font-size: 15px;
} 

.fields {
	margin-top: 20px;
	margin-bottom: 20px;
}

.fields label {
	color: #00b2b9;
	font-size: 20px;
	
}

#field_1-0 label span, .fields label span {
	color: red;
}

#fbuilder .pbSubmit {
	background-color: #00b2b9;
	color: white;
	padding: 0 46px;
	border: 1px solid #00b2b9;
    border-radius: 50px;
}

table td {
	border: none !important;
}