/* Styles definition here */


#field-c0{
	    text-align: center;
	    margin: auto;
}
h1 {
    font-size: 30px;
    text-align: center;
	color: #a84e54;
	font-family: "Istok Web", sans-serif;
    font-weight: bold;
}
#fbuilder *, #fbuilder ::after, #fbuilder ::before {
    box-sizing: border-box;
}
#fbuilder .large {
    width: 100% !important;
    padding-left: 10;
    padding-right: 0;
    color: #cccccc;
}
#fbuilder label {
    display: initial;
    font-weight: bold;
	color:#9d5641;
}
.ui-datepicker-calendar .ui-state-active {
        text-align: center;
	background: #f5931a;align-content
}
.ui-datepicker-title {
    text-align: center;
    background-color: rgba(129, 79, 55, 1);
}
#fbuilder .slots div a {
    background: #fffdf5;
    box-shadow: none;
    display: inline-block;
    padding: 4px;
}
a {
    color: #9d5641;
    text-decoration: none;
}

#fbuilder .pbreak .pbPrevious, #fbuilder .pbreak .pbNext, #fbuilder .pbSubmit {
    background: #ccc;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
    margin-left: 45%;
}