/*  STYLE-SHEET für Tabelle Termine */



.scroll-table tbody {
    display: block;
    max-height: calc(11 * 2.2rem); /* 11 Zeilen */
    overflow-y: auto;
}

.scroll-table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scroll-table td {
    vertical-align: middle;
}

.scroll-table .date {
    text-align: right;
    white-space: nowrap;
    width: 140px;
}
