﻿/* Scoreboards */
.scoreboard li { page-break-inside: avoid; font-size: 12px; }
  .scoreboard li.cancelled { background-color: #fcf2f2; border: solid 5px #880000 !important; margin-top: 5px; margin-bottom:5px; }
.scoreboard .game-information { margin-bottom: 10px; }
  .scoreboard .game-information .gamenumber { font-weight: bold; display: inline-block; min-width: 80px; margin-right: 10px; text-align: center; background: #f3f3f3; }
.scoreboard .team-information { font-size: 20px; line-height: 30px; margin-bottom: 5px; }
  .scoreboard .team-information .score { display: inline-block; font-size: 15px; line-height: 30px; width: 50px; background: #eee; text-align: center; }
  .scoreboard .team-information .logo { padding-left: 120px; background-size: 50px 50px; background-repeat: no-repeat; background-position-x: 25px; }
.scoreboard .winner { font-weight: bold; background-color: #fff7ea; }
.scoreboard .venue-information { margin-top: 10px; }
.scoreboard .cancelled-warning { background-color: #880000; color: #fff; margin-top: 5px; margin-bottom:5px; }

@media only screen and (min-width: 768px) {
  .scoreboard li { font-size: 14px; }
  .scoreboard li.cancelled { border: solid 10px #880000 !important; margin-top: 10px; margin-bottom:10px; }
  .scoreboard .game-information .gamenumber { min-width: 100px; margin-right: 20px; }
  .scoreboard .team-information { font-size: 30px; line-height: 50px; }
    .scoreboard .team-information .score { font-size: 30px; line-height: 50px; width: 80px; }
  .scoreboard .venue-information { font-size: 16px; }
.scoreboard .cancelled-warning { margin-top: 10px; margin-bottom:10px; }
}

