.orari_tabella {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
    background: #d3d3d3;
}

.orari_tabella_titolo {
    font-family: 'Din', sans-serif;
    font-size: 5vh;
    font-weight: bold;
}

td {
    min-width: 100px !important;
}

.orari_tabella td {
    width: auto;
    color: black;
    font-size: 80%;
    text-align: center;
}

.riga_2 {
    background: #bbbbbb;
}

.riga_3 {
    background: #aaaaaa;
}

#cella_vuota {
    background: #666666;
}

#orari_titolo {
    background: white;
    color: black;
    font-size: 100%;
}