/* Styles definition here */
#fbuilder .ui-datepicker-inline { max-width:none !important; }
.ui-datepicker-header {
    background: #ffffff !important;
    color: #e0e0e0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgb(250 250 250);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgb(250 250 250 / 20%);
    text-shadow: none !important;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 0;
    border-style: solid;
    border-color: #111;
}
.ui-datepicker-title {font-size:18px; color:#000000;}
#fbuilder .slots div a {color:#000000;}