td span.date {
    display: block;
    font-weight: bold;

}
td span {
    display: block;
    width: 60px;
    border-bottom: 1px solid black;
}
td span.dis {
    background: lightgrey;
}
td span.green {
    background: greenyellow;
}
td span.unconfirmed {
    background: lightcoral;
}
.other_data {
    display: none;
}
table {
    font-size: 10px;
}

#section_calendar_thanks {
    display: none;
}