.fakultaeten_liste {
    border: 2px solid #9c9ca2 !important;
    border-collapse: separate;
    vertical-align: top;
    table-layout: fixed;
    box-sizing: border-box;
    margin: 0 auto 3em auto;
}

.fakultaeten_liste th {
    border: 1px solid #9c9ca2;
    box-sizing: border-box;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 1em;
    font-weight: bold;
    vertical-align: top;
    word-wrap: break-word;
}

.fakultaeten_liste td {
    border: 1px solid #9c9ca2;
    box-sizing: border-box;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 1em;
    font-weight: bold;
    vertical-align: top;
    word-wrap: break-word;
}

.fakultaeten_liste .fakultaet_wrapper:hover {
    box-shadow: 0 2px 6px #00000026;
    position: relative;
    top: -1px;
}

