<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('./header.css');
@import url('./footer.css');
@import url('./sliders.custom.css');
@import url('./common-style.css');

.games-board-section {
  width: 100%;
}

.filters {
    width: 90vw;
    margin: 0 auto 20px auto;
    max-width: 1160px;
}
.filters.news {
    max-width: 100%;
}

.filter {
    float: left;
    margin-right: 20px;
}

.strip.game-zone {
    height:420px;
}

.games-board-section .games-container {
    width: 90vw;
    max-width: 1160px;
    margin: 0 auto 50px auto;
}

.games-board-section .games-container .game {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.games-board-section .games-container .game:hover {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}

.games-board-section .games-container .game .col {
  display: flex;
}

.games-board-section .games-container .game .col:after {
  content: '';
  margin: 0 40px;
  height: 90%;
  width: 1px;
  background-color: #979797;
  display: flex;
  align-self: center;
}

.games-board-section .games-container .game .col.league img {
  height: 55px;
  align-self: center;  
}

.games-board-section .games-container .game .col .game-type {
  text-align: center;
  align-self: center;
}

.games-board-section .games-container .game .col .game-type .text,
.games-board-section .games-container .game .col .date-time .text {
    font-size: 16px;
    line-height: 17px;
}

.games-board-section .games-container .game .col .game-type .stadium {
  font-family: 'FbForma-medium';	
  font-size: 21px;	
  line-height: 22px;
}

.games-board-section .games-container .game .col .date-time {
    display: inline-flex;
    flex-direction: column;
    align-self: center;
    text-align: right;
    color: #000000;
    width: 180px;
}

.games-board-section .games-container .game .col .date-time a,
.games-board-section .games-container .game .col .date-time a:hover,
.games-board-section .games-container .game .col .date-time a:visited,
.games-board-section .games-container .game .col .date-time a:link,
.games-board-section .games-container .game .col .date-time a:active {
    color: #000000;
}
.article-content .inner-content .date a,
.article-content .inner-content .date a:hover,
.article-content .inner-content .date a:visited,
.article-content .inner-content .date a:link,
.article-content .inner-content .date a:active {
    color: #666;
}

.text a,
.text a:hover,
.text a:visited,
.text a:link,
.text a:active,
.score a,
.score a:hover,
.score a:visited,
.score a:link,
.score a:active {
    color: #000;
}

.games-board-section .games-container .game .col .date-time .date {
  font-family: 'FbForma-medium';	
  font-size: 19px;	
  line-height: 22px;	
}

.games-board-section .games-container .game .col .date-time .day-hour,
.games-board-section .games-container .game .col .date-time .cycle {
    font-size: 16px;
    line-height: 17px;
}

.games-board-section .games-container .game .col .teams-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 17px;
    width: 640px;
}

.games-board-section .games-container .game .col .teams-container img {
  display: flex;
  margin-left: 25px;
  height: 75px;
}

.games-board-section .games-container .game .col .teams-container .text span {
  font-family: 'FbForma-medium';
}

.games-board-section .games-container .game .col.score {
    font-family: 'FbForma-medium';
    align-self: center;
    font-size: 24px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-grow: 1;
    margin-right: -20px;
    display: block;
}

.game .col.date-data {
    width: 200px !important;
}

.game .col.teams {
    width: 640px !important;
}

.game .col.league {
    width: 160px !important;
}

.game .col.score {
    width: 80px !important;
}

.games-board-section .games-container .game .col:last-child:after {
  display: none;
}

.game-info {
    width: 96%;
    text-align: center;
    color: #fff;
}

.game-info .mrg_top {
    margin-top: 30px;
}

.game-info .mrg_top h4 {
    color: #fff;
    font-family: 'FbForma-medium';
    font-size: 150%;
    margin-bottom: 5px;
}

.game-info .game_teams {
    width: 100%;
    text-align: center;
}

.game-info .game_zone_team_name,
.game-info .game_zone_team_icon,
.game-info .game_zone_result {
    display: inline-block;
}

.game-info .game_zone_team_name {
    font-size: 120%;
    width: 33%;
    position: relative;
    top: 65px;
    vertical-align: top;
    color: #fff;
}

.game-info .game_zone_result {
    font-size: 200%;
    font-weight: bold;
    vertical-align: top;
    min-width: 135px;
    position: relative;
    top: 55px;
    color: #fff;
}

.game-info .game_zone_result a,
.game-info .game_zone_result a:hover,
.game-info .game_zone_result a:visited,
.game-info .game_zone_result a:link,
.game-info .game_zone_result a:active {
    color: #fff;
}

.game-info .game_zone_team_name.home_team {
    text-align: left;
    padding: 0px 10px;
}

.game-info .game_zone_team_name.away_team {
    text-align: right;
    padding: 0px 10px;
}

.game-info .game_zone_team_icon img {
    width: 128px;
    height: 128px;
}

.game-info .game_zone_result.fix_w {
    width: 25%;
    min-width: 20%;
    top: 5px;
    max-height: 130px;
    overflow: hidden;
}

.game-info .game_zone_team_name.fix_w {
    width: 25%;
}

.link-1 {
    display: inline-block;
    margin: 0px 5px;
}

.link-1 a,
.link-1 a:hover,
.link-1 a:active,
.link-1 a:link,
.link-1 a:visited {
    color: #fff;
}

.stadium.reverse {
    background-color: #000;
    color: #fff;
    border: solid 1px #000;
    border-radius: 15px;
    margin-top: 5px;
    padding: 2px 10px;
    font-size: 16px !important;
}

.score .stadium.reverse a,
.score .stadium.reverse a:hover,
.score .stadium.reverse a:active,
.score .stadium.reverse a:link,
.score .stadium.reverse a:visited,
.game-tickets .stadium.reverse a,
.game-tickets .stadium.reverse a:hover,
.game-tickets .stadium.reverse a:active,
.game-tickets .stadium.reverse a:link,
.game-tickets .stadium.reverse a:visited {
    color: #fff;
}

.game-tickets {
    width: 120px;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {

    .games-board-section .games-container .game {
        flex-wrap: wrap;
        align-items: center;
    }

    .games-board-section .games-container .game .col {
        margin-bottom: 25px;
    }

    .games-board-section .games-container .game .col.date-data {
        width: 100% !important;
        justify-content: center;
    }

    .games-board-section .games-container .game .col.date-data .date-time {
        text-align: center;
    }

    .games-board-section .games-container .game .col:after {
        margin: 0;
        display: none;
    }

    .games-board-section .games-container .game .col.league {
        display: none;
        width: 50%;
        justify-content: flex-end;
        /*border-left: 1px solid #979797;*/
    }

    .games-board-section .games-container .game .col.league img {
        padding-left: 50px;
    }

    .games-board-section .games-container .game .col.game-place .game-type {
        padding-right: 50px;
    }

    .games-board-section .games-container .game .col.teams {
        width: 100% !important;
        justify-content: center;
    }

    .games-board-section .games-container .game .col.teams .teams-container {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    .games-board-section .games-container .game .col.teams .teams-container img:first-child {
        margin-left: 15px;
        margin-right: 0;
    }

    .games-board-section .games-container .game .col.teams .teams-container img:nth-child(2n+1) {
        margin-right: 15px;
    }

    .games-board-section .games-container .game .col.teams .teams-container .text {
        display: block;
        width: 100%;
        margin-top: 28px;
        text-align: center;
    }

    .games-board-section .games-container .game .col.score {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }

    .games-board-section .games-container .game .col:last-child {
        margin-bottom: 0px;
    }

    .tbl_wrapper.box-score {
        width: 90vw !important;
        padding-right: 10px;
    }

    .stats_tbl.categories {
        width: 320px !important;
        margin-top: 10px;
    }

    .game-info .game_zone_team_name {
        width: 0px;
        max-width: 0%;
    }

    .game-info .game_zone_team_icon img {
        width: 96px;
        height: 96px;
    }

    .game-info .game_zone_result {
        font-size: 150%;
        min-width: 100px;
        max-width: 25%;
        top: 35px;
    }

    .game-info .game_zone_team_name.home_team {
        display: none;
        visibility: hidden;
    }

    .game-info .game_zone_team_name.away_team {
        display: none;
        visibility: hidden;
    }

    .mobileFloatNone {
        text-align: center !important;
        float: none !important;
        margin: 0 auto !important;
    }
    .link-1 {
        display: block;
        margin: 5px 0px;
    }

    .link-1.him {
        display: none;
        visibility: hidden;
    }
}</pre></body></html>