/**
 Fix for date picker font size
*/
#ui-datepicker-div {
    font-size: 12px;
}

.ui-widget {
	font-family: inherit;
    font-size: 90% !important;
	font-weight: normal;
}