.adm-outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #A9CCE3;
}

.adm-middle {
    display: table-cell;
    vertical-align: middle;
}

.adm-inner {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 100%;
    background-color: #F5B7B1;
}


.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #EBF5FB;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 100%;
    background-color: #FEF5E7;
}

.intro-head {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
}

.intro {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}

.report-box {
    padding-left: 4px;
    background-color: #FAD7A0;
}

.report-head {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

.report-form {
    text-align: center;
}

.report-form-note {
    text-align: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 2px;
}

.report-textarea {
    width: 96%;
    height: 350px;
    padding: 5px 8px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 14px;
}

.report-input {
    width: 96%;
    padding: 5px 8px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 14px;
    resize: none;
}

.report-submit {
    background-color: #566573;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
}

.store-link {
    padding: 4px 4px 4px 4px;
    font-family: monospace;
    font-weight: bold;
    font-size: 12px;
    vertical-align: center;
    background-color: #FFFFFF;
}

.ack-anlaufstellen {
    padding-left: 4px;
    text-align: left;
}
.ack-anlaufstellen-item {
    padding-top: 4px;
    padding-bottom: 4px;
}
.ack-no-psycho-support {
    font-size: 14px;
    font-style: italic;
    font-weight: lighter;
}

.ack-anlaufstellen-link {
    color: black;
}

.ack-anlaufstellen-link:visited {
    color: black;
}

.ack-anlaufstellen-link:focus {
    color: black;
}

.ack-anlaufstellen-link:hover {
    color: black;
}

.ack-anlaufstellen-link:active {
    color: black;
}


.threadview {
    width: 100%;
}

.threadview-msgbox {
    width: 90%;
    border-radius: 10px;
    padding: 8px;
    font-family: monospace;
    font-size: 10pt;
    background-color: white;
    text-align: left;
    margin-right: auto;
    margin-left: 10px;
}

.threadview-msgbox-date {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 8pt;
    font-style: italic;
    padding-top: 8px;
}

.threadview-msgbox-reply {
    width: 90%;
    border-radius: 10px;
    padding: 8px;
    font-family: monospace;
    font-size: 10pt;
    background-color: white;
    text-align: right;
    margin-right: 10px;
    margin-left: auto;
}


.adm-page-nav {
    padding-top: 5px;
    width: 100%;
    display: flex;
    font-family: monospace;
}
.adm-page-nav-next {
    flex: 1;
    
    text-align: right;
    margin-right: 20px;
    margin-left: auto;
}

.adm-page-nav-prev {
    flex: 1;
    text-align: left;
    margin-right: auto;
    margin-left: 20px;
}

.adm-list {
    background: white;
    width: 98%;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}

.adm-list-logout {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.adm-list th {
    border: 1px dotted black;
}
.adm-list td {
    border: 1px dotted black;
}

.adm-list-unread {
    font-weight: bold;
}

.adm-list-subject {
    font-family: monospace;
}

.adm-return-to-overview {
    font-family: monospace;
    
}