/* reduce width of date selects; this is necessary to lay out properly on Windows operating system */
form.customerLessonOverviewFilter input[name=dateFrom],
form.customerLessonOverviewFilter input[name=dateTo] {
    width: 9em;
}