tr.nobottomline td {
    border-bottom-style: none;
}

tr.zwischenzeit td {
    font-size: 0.8em;
}

:root {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}