.hinweismgl {
    width: 100%;
    text-align: center;
    border: 3px solid #D30132;
    background-color: #F5F5F5;
    margin-bottom: 2em;
}
.hinweismgl h6 {
    padding: 15px;
    margin: 0;
    line-height: 23px;
}
.mitgliederlistestand {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}
#mitgliederlistetable th {
    background: #D30132;
    color: #fff;
    font-size: 100%;
    cursor: auto;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border: none !important;
}
#mitgliederlistetable td {
    border: 3px solid #fff !important;
    background: #F2F2F2;
    vertical-align: middle;
}

table.dataTable#mitgliederlistetable thead > tr > th.sorting_asc::before, table.dataTable#mitgliederlistetable thead > tr > th.sorting_asc::after {
    content: '';
}
select.ischanged {
    border: 2px solid #2b982b;
    color: green;
    border-radius: 5px;
}
.loading {
    display: none;
}