@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Volleygames';
  font-style: normal;
  font-weight: normal;
  src: url('../Fonts/volleygames.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* volley results */
.djw_ranking:not(.loaded):before, .djw_games: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.ranking td, 
table.ranking th, 
table.games td, 
table.games th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
td.points, td.won {
    font-weight:bold;
}
table.ranking td:not(.team) {
    text-align: right;
}
table.games td:not(.city) {
    vertical-align: bottom;
}
table.games td.date, 
table.games td.city, 
table.games td.ligue, 
table.games td.day, 
table.games td.time {
    white-space: nowrap;
}
table.games td.day {
}
table.games td.city {
    font-size: 0.9rem;
    color: hsl(0deg 0% 50%);
    padding-bottom: 1rem;
    border-top: 1px solid hsl(0deg 0% 80%);
}
table.games td.result span {
    display: none;
}
a.ics, a.map-location-dot {
    text-decoration: none;
}
a.ics:before {
    content: "C";
    top: -1px;
    padding-right: 6px;
    font-family: 'Volleygames';
    font-size: 18px;
    color: hsl(0deg 0% 37%);
    position: relative;
}
.day a.ics::before {
    font-size: 14px;
}
a.map-location-dot:before {
    content: "L";
    font-family: 'Volleygames';
    font-size: 16px;
    font-weight: 900;
    color: hsl(0deg 0% 50%);
    position: relative;
    padding: 5px 5px 5px 0;
}
