/* Styles definition here */

#fbuilder .ui-datepicker-inline {
    width: 100%;
    max-width: 100%;
}

.ui-datepicker td span, .ui-datepicker td a {
    height: 50px;
    line-height: 50px;
	font-size:16px
}

.ui-datepicker-calendar .ui-state-active {
    background: #fcb275;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    text-shadow: none;
    filter: dropshadow(color=#4d7a85, offx=0, offy=0);
    border: 1px solid #55838f;
    position: relative;
}

.style-light .uncoltable .ui-datepicker-calendar a {
    color: #000!important;
    text-decoration: none;
}

.style-light .uncoltable .ui-datepicker-calendar a:hover {
    color: #000!important;
    text-decoration: none;
}