/* volley results */
.zw9ranking:not(.loaded):before, .zw9games:not(.loaded):before {
    display: block;
    content: ' ';
    margin-top: 10px;
    margin-bottom: 10px;
    border: 10px solid #f3f3f3; 
    border-top: 10px solid hsl(0deg 100% 45%); 
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

table.games, table.ranking {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.3rem;
}
table.ranking {
    line-height: 1.6rem;
}
table.games > tr:nth-child(odd) {
    border-bottom: 1px solid hsl(0deg 0% 80%);
}
td.punkte, td.gewonnen {
    font-weight:bold;
}
table.ranking td:not(.name) {
    text-align: right;
}
table.games td:not(.ort) {
    vertical-align: bottom;
}
table.games td.datum, 
table.games td.ort, 
table.games td.liga, 
table.games td.tag, 
table.games td.zeit {
    white-space: nowrap;
}
table.games td.tag {
}
table.games td.ort {
    font-size: 0.9rem;
    color: hsl(0deg 0% 50%);
    padding-bottom: 1rem;
}
table.games td.resultat span {
    display: none;
}
a.ics:before {
    content: "\f073";
    top: -1px;
    padding-right: 6px;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    color: hsl(0deg 0% 37%);
    position: relative;
}
.tag a.ics::before {
    font-size: 14px;
}
a.map-location-dot:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    color: hsl(0deg 0% 50%);
    position: relative;
    padding: 5px 5px 5px 0;
}
