.currently-1 {
    color: lime;
    font-weight: bold;
}

.finished-1 {
    display: none_;
    text-decoration: line-through;
}

.next-1 {
    font-style: italic;

}

.table>:not(caption)>tr.weekday-1>* {
    background-color: #d1cde4;
}

.table>:not(caption)>tr.weekday-2>* {
    background-color: #cee7ec;
}

.table>:not(caption)>tr.weekday-3>* {
    background-color: #c3d5a6;
}

.table>:not(caption)>tr.weekday-4>* {
    background-color: #fbd5a4;
}

.table>:not(caption)>tr.weekday-5>* {
    background-color: #fff7b2;
}

.table>:not(caption)>tr.weekday-6>* {
    background-color: #a2d8f4;

}