/* This change fixes the problem where the table of days overlays the edge of the calendar container */
.ui-datepicker {
    width: auto;
}