/* Styles definition here */

#fbuilder .pbSubmit {
    background: black;
    color: #fed03d;
}

#fbuilder .fform h1 {
    color: #333333;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.31;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 31px;
}

#fbuilder .slots div a {
    background: black;
    color: white;
}

#fbuilder .slots div a:hover {
    background: #fed03d;
    color: black;
}

.ahb_m #fbuilder .ui-datepicker-calendar .ui-state-active {
    color: #fed03d;
    border: 0px solid;
}

.ahb_m #fbuilder .fieldCalendarService {
	display: none;
}


.ahb_m #fbuilder .fieldCalendar {
    margin-right: 30px;
}