
.scores-list.scoreboard {
    font-size: 15px;
}
.scores-list .game-final {
    font-weight: bold;
}
.scores-list .middle-scoreboard {
    color: #666;
    display: flex;
    margin: -0.4em 6em;
    margin-top: -0.6em;
    margin-right: 4em;
    font-size: 0.8em;
}
.scores-list .at-vs {
    flex-grow: 1;
}
.scores-list .game-livestream-link img {
   height: 1em; 
}
.scores-list.scoreboard .game-score {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0;
    flex-basis: calc(50% - 2px);
}
@media( max-width:625px) {
    .scores-list.scoreboard .game-score {
        flex-basis:100%;
    }
}
.scores-list.scoreboard .game-time-livestream {
    display: flex;
    justify-content:center;
    margin-top:-1em;
    min-height:1.5em;
}
.scores-list.scoreboard .team-score {
    font-weight:normal;
    font-size: 2em;
    line-height: 1.5em;
}
.scores-list.scoreboard .team-record {
    white-space: nowrap;
    line-height: 3em;
}
.scores-list .team-logo img {
    /*height: 2em;*/ /*35px;*/
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
 }
.scores-list .team-logo {
    text-align: center;
    padding: 0 0.4em;
    width: 4em;
    height: 3em;
 }
.scores-list .team-name {
    text-align:left;
    display: flex;
    align-items: center;
}
.scores-list .team-name > a{
    display: inline-block;
    vertical-align: middle;
}
.scores-list .game-teams {
    display: flex;
    flex-direction: column;
    padding: 0.25em;
 }
.scores-list .game-team-card {
    flex-shrink:0;
    flex-grow:1;
    text-align: center;
    display: flex;
 }
.scores-list .game-team-card.team-lost {
    opacity: 0.5;
}
  .scores-list .game-vs
, .scores-list .game-scores {
    text-align: center;
 }
 .scores-list .game-vs {
     display: flex;
     justify-content: center;
     white-space: nowrap;
     margin: -0.6em 0;
     color:#888;
 }
 .scores-list .game-vs::before,
 .scores-list .game-vs::after {
    content : "";
    flex: 1;
    border-bottom: 1px solid #eee;
    margin: 0 0.5em;
    height:0.5em;
 }

.scores-list .game-scores {
    font-size: 2.3em;
    border:none;
    flex-basis: 4em;
    flex-shrink: 0;
 }
.scores-list .game-final {
    font-size: 10px;
 }
.scores-list .scores-controls > button {
    cursor: pointer;
    text-align: center;
    padding : 0.1em 0.5em;
    margin : 0.25em;
    display: inline-block;
    background:#ddd;
    color: #002c61;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 2px 4px 0px rgba(89,89,89,0.38);
    border: solid 1px #ddd;
    border-bottom: solid 2px #002c61;
    font-weight:bold;

 }
.scores-list .scores-controls > button.selected {
    background: #efefef;
    border-bottom-color: #ef3d34;
 }
.scoreboard-date-nav {
    position:relative;
    display: flex;
    justify-content: center;
    background: #aaa;
}
.date-nav-tray {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.date-card, .scoreboard-date-prev, .scoreboard-date-next {
    cursor: pointer;
    text-align: center;
    padding : 0.1em 0.5em;
    margin : 0.25em;
    display: inline-block;
    color: #002c61;
    background: #dadada;
    width: 1.8em;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 2px 4px 0px rgba(89,89,89,0.38);
    border: solid 1px #ddd;
    border-bottom: solid 4px #888;

}
.date-card:hover {
    background: #eee;
}
.scoreboard-date-prev, .scoreboard-date-next, .date-card.selected {
    background: #efefef;
}
.date-card {
    border-bottom-color: #002c61;
}
.date-card.selected {
    border-bottom-color: #ef3d34;
}
.date-card-day {
    font-size: 1em;
}
.date-card-day {
    font-size: 1.5em;
    font-weight: bold;
}

.scores-list.livestream .game-info-panel {
    padding: 5px;
    padding-bottom: 1rem;
    flex-grow:1;
}
.scores-list.livestream {
    border-style:none;
    max-width:600px;
    margin: 0 auto;
}
.scores-list.livestream .game-score {
    display:flex;
    padding:0;
    flex-basis:unset;
    flex-grow:1;
    border-radius:1rem;
    overflow:hidden;
    flex-direction: column;
}

.livestream-link {
    position:relative;
    width: 6em;
    background: #efefef;
}
.livestream-link img {
    display:block;
    max-width:100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
