.days {
    float: left;
    display: block;
    background: #000;
    margin: 0 5px 5px 0;
    border-collapse:collapse;
    border: 3px solid #66a5e5;
}

.days td {
    padding: 2px;
    min-width: 70px;
    border-right: 1px dotted #66a5e5;
    vertical-align:top;
}

.days td:last-child {
    border-right: none;
}

.days tr:first-child {
    border-top: none;
}

.days tr {
    border-top: 1px dotted #66a5e5;
}

.days th {
    background-color: #66a5e5;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px 5px 5px;
    text-align: center;
}

.table_row {
    background-color: #fff;
    font-family: Verdana;
    font-size: 11px;
    height: 36px;
    text-align: center;
}

.table_row_alt {
    background-color: #fdffd2;
    font-family: Verdana;
    font-size: 11px;
    height: 36px;
    text-align: center;
}

#departs_div, #groups_div, #subdeps_div, #tutors_div, #places_div, #submit_div {
    display: none;
}

#timetable_response {
    text-align: center;
}

.DateLabel{
    border: none;
    font-weight: bold;
    padding: 2px 5px 5px 5px;
    text-align: right;
}

#span_year, #span_month{
    font-weight: bold;
}
#dialog-form input{
    font-size: 2em;
}
label{
    font-size: 1.3em;
}
