.fitDatePicker
{
    width: 85px;
    background: transparent url('../../ctx/images/bigdate-icon.png') no-repeat;
}

.fitDatePicker > .calendar
{
    cursor: pointer;
}

.fitDatePicker .dayOfWeek
{
    text-align: center;
    font-weight: bolder;
    color: white;
    margin-top: 11px;
    margin-bottom: 4px;
}

.fitDatePicker .dayOfMonth
{
    text-align: center;
    font-size: 40px;
    color: white;
    padding-bottom: 0.1em;
}

.fitDatePicker .datePicker
{
    z-index: 100; /* purpose of this z-index is not to be covered by timetable red line */
}