/*
Erstellt im Aufrag im Nov. 2023, siehe https://support.hiorg-server.de/#ticket/zoom/75083
*/

html {
    width: 100%;
}
.midtable {
    width: 100%;
    font-family:Arial !important;
    font-size: 11pt;
    text-align: center;
}
table {
    border-spacing: 0 6px !important;
}
.trenn {
    display: none;
}
thead {
    color: rgb(129,129,129);
    font-size: 16pt;
}
td {
    padding: 10px !important;
}
.col1 {
    background-color: white;
}
.col1:nth-child(even) {
    background-color: #F3F3F3;
}
td:nth-child(1) {
    width: 110px;
}
td:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    text-align: left;
}
td:nth-child(4) {
    text-align: left;
}
.karten_link_termin {
    float: none;
}
