.userInfo {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#name.userInfo::before{
    content: "Persönliche Daten";
    margin-bottom: 20px;
    font-size: 110%;
    font-weight: bold;
    grid-column-start: 1;
    grid-column-end: 3;
}
#institut.userInfo::before{
    content: "Angaben zum Institut";
    margin-bottom: 20px;
    font-size: 110%;
    font-weight: bold;
    grid-column-start: 1;
    grid-column-end: 3;
}
#private.userInfo::before {
    content: "Private Adresse";
    margin-bottom: 20px;
    font-size: 110%;
    font-weight: bold;
    grid-column-start: 1;
    grid-column-end: 3;
}
#form::before {
    content: "Nachricht senden";
    font-weight: bold;
    font-size: 110%;
}

#Files {
    margin-top: 30px;
}
#Files::before {
    content: "Datei hochladen";
    font-weight: bold;
    font-size: 110%;
}

.row {
    flex-wrap: nowrap !important;
}
.userInfo::after {
    border-bottom: 1px black solid;
    content: "";
    width: 120%;
    margin-left: -10%;
    margin-top: 10px;
    margin-bottom:20px;
    grid-column-start: 1;
    grid-column-end: 3;
}
.spanTwo {
    grid-column-start: 1;
    grid-column-end: 3;
}

.userInfo p.editable::after {
    content: "✎";
    float: right;
    font-size: xx-small;
    margin-top: 5px;
    margin-right: 30px;
}
.error {
    color: red;
    font-size: 150%;
    font-family: sans-serif;
}
.body-content {
    margin-top: 80px;
}
.message{
    border: 1px solid gray;
    border-radius: 5px;
    background-color: aliceblue;
    color: black;
    padding: 10px;
    margin: 20px;
}
.unread{
    border: 1px solid red !important;
}
.sender {
    font-weight: bolder;
    text-decoration-line: underline;
}
.when {
    float: right;
    text-decoration-line: underline;
}

.hasInvoice {
    color: red;
}
.toolbox {
    display: flex;
    flex-flow: row-reverse;
}
.toolbox > * {
    margin: 5px;
}
.header {
    margin: 50px;
}
#users {
   
    width: 100%;
}

div.DTFC_ScrollWrapper {
    width: 100%;
}
div.dataTables_scroll {
    width: 100%;
}
.innerTable {
    width: 100%;
    position: relative;
    padding: 10px;
    z-index: 1000;
}
th.index,
td.index {
    background-color: white !important;
    border-top: 1px solid white !important;
    border-bottom: none !important;
    white-space: normal !important;
    min-width: 150px;
    text-align: center;
}

div.DTFC_LeftHeadWrapper table {
    border-bottom: 1px solid white !important;
}
div.DTFC_LeftHeadWrapper th {
    border-bottom: 1px solid white !important;
}
div.DTFC_LeftBodyWrapper {
    border-right: 1px solid black;
}
div.DTFC_LeftFootWrapper th {
    border-top: 1px solid white !important;
}