.rbzw-spielplan {
    margin: 0 0 1em;
}

.rbzw-match-label {
    font-weight: 600;
    display: block;
    margin-bottom: 0.25em;
}

.rbzw-match-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rbzw-match-list .rbzw-match {
    padding: 0.35em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.rbzw-own-team {
    font-weight: 600;
}

.rbzw-empty {
    font-style: italic;
    opacity: 0.75;
}

.rbzw-tabelle {
    width: 100%;
    border-collapse: collapse;
}

.rbzw-tabelle th,
.rbzw-tabelle td {
    padding: 0.35em 0.5em;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.rbzw-tabelle-row-own {
    font-weight: 600;
    background-color: rgba(255, 200, 0, 0.15);
}
