
.ui-datepicker td a{
    padding: 6px;
    text-align: center;
    font-family: 'PT Sans', sans serif;
    background: #DDD !important;
    color: #000 !important;
}

.ui-datepicker th{
    font-family: 'PT Sans', sans-serif;

}

.ui-datepicker-month{
    text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background: #fffa90 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background: #3072AC !important;
    color: #FFF !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    display: none !important;
}

.ui-datepicker-trigger{
    border:none;
    background:none;
 }