/**
 Fix for date picker font size
*/
#ui-datepicker-div {
    font-size: 12px;
}

.ui-widget {
    font-size:75% !important;
}