/* Styles definition here */
#fbuilder .slots div a, #fbuilder .slots div a:hover {
	color:#000;
}

#fbuilder .slots {background:#f6e7bd;box-shadow:none}
#fbuilder .slots div{border-color:red;}
#fbuilder .slots div a{background:#e9a32f;color:#f4dba1}


#fbuilder .top_aligned .fields label {
	color : #fff;	
	background-color: #9FA290;
	
}





.fields label::before {
	 content: "➥";
}

.ui-datepicker-header {
    background: #9FA290;
}

#fbuilder .ui-datepicker-inline {
	max-width:600px;
}

#top .ui-datepicker-title select {
	margin-top : 5px;
	margin-bottom : 5px;
	margin-right : 5px;
	width : 32%;
	min-width: 70px;
	color: #000;
	font-size: 16px;
}