div.matrika-connector {
    margin-bottom: 1.5rem;
}
div.matrika-connector a {
    text-decoration: underline;
}
div.matrika-connector a:hover {
    text-decoration: none;
}
.matrika-table {
    width: 100%;
    margin-bottom: .5rem;
    border-collapse: collapse;
}
.matrika-table th,
.matrika-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.matrika-table th {
    background-color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
}
.matrika-table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.3);
}
.matrika-table tr:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.matrika-table a {
    text-decoration: none;
}
.matrika-table a:hover {
    text-decoration: underline;
}
