.sports-table td,
.sports-table th {
    vertical-align: top;
    text-align: right;
}

.sports-table tr.beitrag td,
.sports-table tr.umlage td:first-child
{
    width: 175px;
}
.sports-table tr.umlage td {
    width: 225px;
}
.sports-table tr.umlage td:nth-child(2){
    width: 300px;
}
.sports-table td:first-child {
    font-weight: 600;
}
.sports-table th {
    border-bottom: 2px solid;
    color: var(--e-global-color-primary);
}
.sports-table td {
    border-bottom: 1px solid;
}