/* Add here all your css styles (customizations) */


.wide-date-table > .ui-datepicker-calendar
{
    width: 337px;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .wide-date-table > .ui-datepicker-calendar {
        width: 269px;
    }
}