#stats-main #stats-toggle table {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2px;
    /* table-layout: fixed; */
}

#stats-main table tr:nth-child(odd) {
    background: #e8ecef;
}

#stats-main #game-update tr:nth-child(even) {
    background: #e8ecef;
}

#stats-main #game-update tr:nth-child(odd) {
    background: #fff;
}

#stats-main .title td {
    text-align: left;
    /* font-size: 12px; */
    padding-left: 6px;
    background: #fff;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-top: 17px;
}

.stat-titles {
    background: none;
}

#line_score td,
#total_score td {
    text-align: center;
}

#score tr.periods {
    background: none;
}

#score tr.periods {
    background: none !important;
}

#line_score {
    flex-grow: 1;
}

#stats-main,
#scoring-summary-container {
    width: 100%;
}

#stats-main .player-stats1-outer,
#stats-main .player-stats2-outer,
#stats-main .team-stats-outer {
    overflow-x: scroll;
    border-top: none;
    padding-top: 10px;
}

#stats-main .player-stats1-outer div[id*="player-stats"] table tr:first-of-type,
#stats-main .player-stats2-outer div[id*="player-stats"] table tr:first-of-type,
#stats-main .team-stats-outer div[id*="player-stats"] table tr:first-of-type {
    border-bottom: none
}

#stats-main .player-stats1-outer div[id*="player-stats"] table tr th,
#stats-main .player-stats2-outer div[id*="player-stats"] table tr th,
#stats-main .team-stats-outer div[id*="player-stats"] table tr th {
    text-align: left;
    font-weight: 700;
    text-transform: none;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    letter-spacing: .4px;
    box-sizing: border-box;
}

#stats-main .player-stats1-outer div[id*="player-stats"] table tr td,
#stats-main .player-stats2-outer div[id*="player-stats"] table tr td,
#stats-main .team-stats-outer div[id*="player-stats"] table tr td {
    letter-spacing: .4px;
    line-height: 16px;
    font-size: 12px;
}

#stats-main .player-stats1-outer div[id*="player-stats"] table tr td:first-of-type,
#stats-main .player-stats2-outer div[id*="player-stats"] table tr td:first-of-type,
#stats-main .team-stats-outer div[id*="player-stats"] table tr td:first-of-type {
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
}

#stats-main .player-stats1-outer div[id*="player-stats"] table .stat-player__head,
#stats-main .player-stats2-outer div[id*="player-stats"] table .stat-player__head,
#stats-main .team-stats-outer div[id*="player-stats"] table .stat-player__head {
    border-top-width: 0;
    text-align: left
}

#stats-main #team-stats tr:nth-child(odd) {
    background: #f0f2f5;
}

#stats-main .player-stats1-outer div[id*="player-stats"] table .stat-player__head td,
#stats-main .player-stats2-outer div[id*="player-stats"] table .stat-player__head td,
#stats-main .team-stats-outer div[id*="player-stats"] table .stat-player__head td {
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #888888;
    letter-spacing: .4px
}

#stats-main .player-stats1-outer div[id*="player-stats"] table .stat-player__head td:first-of-type,
#stats-main .player-stats2-outer div[id*="player-stats"] table .stat-player__head td:first-of-type,
#stats-main .team-stats-outer div[id*="player-stats"] table .stat-player__head td:first-of-type {
    text-align: left
}

#stats-main a {
    text-decoration: none
}

#stats-main .table {
    display: table;
    width: 100%;
}

#stats-main .cell {
    display: table-cell;
    width: 100%;
    text-align: center;
}

#stats-main .hidden {
    display: none;
    transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    opacity: 0;
}

#stats-main table {
    border: none;
    box-sizing: border-box;
    font-size: .9em;
}

#stats-main table#team-stats,
#stats-main table#game-update {
    border: none;
    width: 100%;
}

#stats-main table#team-stats tr,
#stats-main table#game-update tr {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #E6E6E6;
    border: none;
}

#stats-main table#team-stats tr td,
#stats-main table#game-update tr td {
    font-size: 14px;
    color: #363636;
    font-weight: 400 !important;
    letter-spacing: .4px;
    line-height: 18px;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
}

#stats-main table#game-update tr:first-of-type td {
    padding-top: 2em
}

#stats-main table#game-update tr td {
    padding-left: 20px
}

#stats-main table caption {
    padding-bottom: .5em
}

#stats-main table th,
#stats-main table td {
    font-weight: normal;
}

#stats-main table td {
    /* vertical-align:top; */
    color: #363636;
}

#stats-main table tr {
    height: 33px;
}

#stats-main table tr th {
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 20px;
}

#stats-main table tr th:first-of-type {
    text-align: left
}

#stats-main table .open div,
#stats-main table .open .table {
    max-height: 1000px;
    transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out
}

#stats-main table .open td.prop {
    text-align: left
}

#stats-main table .closed {
    border: medium none;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-collapse: initial
}

#stats-main table .closed div,
#stats-main table .closed .table {
    overflow: hidden;
    max-height: 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
    transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out
}

#stats-main table .closed td,
#stats-main table .closed .table {
    padding: 0;
    margin: 0;
    border: none;
    transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    font-size: 0;
    line-height: 0
}

#stats-main table th {
    padding: .2em;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}

#stats-main table td:first-child::after {
    content: leader(". ")
}

#stats-main table .base-end {
    color: #000;
    font-weight: bold
}

#stats-main table .table-extra-header {
    background: #797979;
    color: #FFF;
    font-size: 15px;
    border-top: none;
    padding: 10px 10px;
    font-weight: normal
}

#stats-main table .stat-title td {
    font-size: 13px;
    font-weight: 600;
    background: #E6E6E6;
    color: #818181;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    text-align: left
}

#stats-main table .stat-title td:before,
#stats-main table .stat-title td:after {
    border-right: 2px solid #363636;
    content: '';
    display: block;
    height: 8px;
    margin-top: -2px;
    position: absolute;
    -moz-transform: rotate(228deg);
    -o-transform: rotate(228deg);
    -webkit-transform: rotate(228deg);
    transform: rotate(228deg);
    right: 15px;
    top: 50%;
    width: 0
}

#stats-main table .stat-title td:after {
    margin-top: -2px;
    right: 20px;
    -moz-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg)
}

#stats-main table .stat-title.row-closed td:before,
#stats-main table .stat-title.row-closed td:after {
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -5px
}

#stats-main table .stat-title.row-closed td:after {
    right: 15px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 0
}

#stats-main table .stat-title,
#stats-main table .sub-prop,
#stats-main table .sub-sub-prop,
#stats-main table .summary-text {
    text-align: left
}

#stats-main table .stat-player-name:first-child {
    border-right: none
}

#stats-main table .sub-prop {
    text-indent: 20px
}

#stats-main #boxscore-holder {
    float: left;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    /* background: #e8ecef; */
    border-top: 1px solid #e8e8e8;
    padding-top: 4px;
}

#stats-main #line_score {
    /* float:left; */
}

#stats-main #score,
#stats-main #line_score>table,
#stats-main #total_score {
    /* float:left; */
    /* border:none; */
    /* padding: 0px; */
}

#stats-main #score .home td,
#stats-main #line_score>table .home td,
#stats-main #total_score .home td,
#stats-main #score .away td,
#stats-main #line_score>table .away td,
#stats-main #total_score .away td {
    font-size: 14px;
    font-weight: 700 !important;
    color: #3a3a3a !important;
    line-height: 17px;
    letter-spacing: .5px;
}

#stats-main #score td,
#stats-main #line_score>table td,
#stats-main #total_score td {
    border: none;
}

#stats-main #total_score td {
    padding: 8px;
}

#score .away img,
#score .home img {
    width: 15px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

#stats-main #score .periods td,
#stats-main #line_score>table .periods td,
#stats-main #total_score .periods td {}

#stats-main #line_score {
    /* overflow-y:auto; */
    /* width: 100%; */
}

#stats-main #line_score table tr td {}

#stats-main #total_score {
    /* min-width: 80px; */
}

#stats-main .stat-titles td {
    /* padding: 8px 14px; */
}

#stats-main .controls th {
    background: #F9F9F9
}

#stats-main .controls th.active {
    background: #363636
}

#stats-main .controls th.active a {
    color: #FFF
}

.open-stats .stats-control:after {
    transform: rotate(180deg);
}

#stats-main .team-controls {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 4px solid #E6E6E6;
}

#stats-main .team-controls li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 16px;
    border-bottom: none;
    text-align: center;
    border-right: none;
    font-size: 15px;
    letter-spacing: .4px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
    list-style: none;
    justify-content: flex-start;
    box-sizing: border-box;
    white-space: nowrap;
    display: block;
}

#stats-main .team-controls li:hover {
    color: #2f7fbb
}

#stats-main .team-controls li:hover:nth-of-type(3) {
    border-left: none
}

#stats-main .team-controls li a {
    color: #363636;
    font-weight: 400
}

#stats-main .main-views-control {
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* border-bottom:1px solid #E6E6E6 */
    display: flex;
}

#stats-main .main-views-control li {
    position: relative;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .4px;
    color: #333333;
    box-sizing: border-box;
    background: #e8ecef;
    text-align: left;
    cursor: pointer;
    text-align: center;
    flex-grow: 1;
}

#stats-main .main-views-control li.active {
    box-shadow: none;
    color: #0088ee;
    font-weight: 700
}

#stats-main .main-views-control li.active:after {
    content: "";
    position: absolute;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F9F9F9;
    bottom: -1px;
    width: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-webkit-transform: translate(-50%, 0);
    z-index: 20
}

#stats-main .main-views-control li.active:before {
    content: "";
    position: absolute;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #E6E6E6;
    bottom: 0;
    width: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-webkit-transform: translate(-50%, 0);
    z-index: 10
}

#stats-main .score-header {
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#stats-main .score-header li {
    padding: 13px;
    border: 1px solid #797979;
    text-align: center;
    border-bottom: none;
    background: #797979;
    color: #FFF
}

#stats-main #game-desc,
#stats-main .pitching-end {
    text-align: center;
    padding: 7px 0 4px;
    color: #F4F4F4;
}

#stats-main #game-desc span,
#stats-main .pitching-end span {
    font-size: 13px;
    color: #464646;
    letter-spacing: .4px;
    line-height: 16px;
    text-align: center;
}

#stats-main #game-desc span[data-bind-game],
#stats-main .pitching-end span[data-bind-game] {
    margin-right: 17px
}

#stats-main #game-desc span.pitching-result,
#stats-main .pitching-end span.pitching-result {
    margin-right: 12px
}

#stats-main #game-desc {
    float: left;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    margin-top: 5px;
}

#stats-main .pitching-end span {
    margin-left: 10px
}

#stats-main .pitching-end span span {
    font-weight: 600
}

#stats-main table tr td {
    padding: 4px;
}

#stats-toggle table tr td {
    padding: 6px 3px;
    text-align: right;
}
#stats-toggle table tr td:first-child {
    text-align: left;
}
#stats-main table#team-stats tr td:last-of-type {
    padding-right: 20px;
    border-right: none;
}

#stats-main table tr th {
    padding: 7px 0px 7px 5px;
    font-weight: bold;
    color: #4e4e4e;
}

#stats-main table tr th:last-of-type {
    padding-right: 20px
}

#stats-main .baseball {
    position: relative
}

#stats-main .baseball #total_score {
    /* width: initial; */
}

.stat-title--left {
    text-align: left !important;
    font-weight: bold !important
}

#stats-main table th {
    font-weight: bold;
    font-size: inherit
}

.stat-set__table {
    margin-bottom: 1em;
    width: 100%;
}

.stat-set__table tr td {
    line-height: 1.2em;
    vertical-align: middle !important
}

.stat-set__table tr td:first-child {
    width: 24%;
}

#article_container .shsTable,
#article_container .shsBorderTable {
    font-size: 12px
}

#article_container .shsTable a,
#article_container .shsBorderTable a,
#article_container .shsTable a:hover,
#article_container .shsBorderTable a:hover {
    border-bottom: 0
}

#article_container #shsMultisportScoreboard .shsTable td,
#article_container #shsMultisportScoreboard .shsBorderTable td,
#article_container #shsMultisportScoreboard .shsTable th,
#article_container #shsMultisportScoreboard .shsBorderTable th {
    font-size: 12px
}

.team__name--long {
    font-weight: 700;
    font-size: 14px;
    color: #3a3a3a;
    letter-spacing: .5px;
    display: inline;
    white-space: nowrap;
}

.team__name--short {
    display: none
}

#stats-main[data-game-state="pre-game"] .cell {
    display: none
}

#stats-main[data-game-state="pre-game"] .cell.no-game {
    display: table-cell
}

#stats-main .no-game {
    display: none
}

[data-league="nba"] #stats-main [class*="player-stats"] [id*="player-"] .stat-set__table tr:nth-child(2) td,
[data-league="cbk"] #stats-main [class*="player-stats"] [id*="player-"] .stat-set__table tr:nth-child(2) td,
[data-league="wcbk"] #stats-main [class*="player-stats"] [id*="player-"] .stat-set__table tr:nth-child(2) td {
    color: #999;
    white-space: nowrap
}

[data-league="nba"] #stats-main .stat-set__table td {
    text-align: center
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    #stats-main .baseball #score {
        /* width:15% */
    }
    #stats-main .baseball .team__name--long {
        /* display:none; */
    }
    #stats-main .baseball .team__name--short {
        /* display:inline; */
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #stats-main .baseball #total_score td {
        /* min-width:1.3em; */
        /* max-width:1.3em; */
    }
}

@media screen and (max-width:767px) {
    #stats-main .baseball:after {
        top: -5px
    }
    #stats-main ul.team-controls li {
        padding: 15px 6px;
    }
    #stats-main ul.team-controls li:hover {
        padding: 15px 6px;
    }
    #stats-main ul.team-controls li:hover:first-of-type {
        padding: 15px 6px;
    }
    [data-league] .attendance {
        display: none
    }
}

@media screen and (max-width:599px) {
    #stats-main .baseball #score td,
    #stats-main .baseball #line_score>table td,
    #stats-main .baseball #total_score td {
        /* min-width:1.7em; */
        /* max-width:1.7em */
    }
    #stats-main .baseball #line_score {
        /* width:60%; */
    }
    #stats-main .baseball #score {
        /* width:15%; */
    }
    .team__name--long {
        display: none
    }
    .team__name--short {
        text-transform: uppercase;
        display: inline;
    }
    .stat-set__table tr td {
        font-size: .8em !important
    }
}

@media screen and (max-width:480px) {
    #stats-main table#game-update tr td {
        padding-left: 1em
    }
    #stats-main table#game-update tr:first-of-type td {
        padding-top: 1em
    }
    #stats-main table#team-stats tr td,
    #stats-main table#game-update tr td {
        font-size: 13px;
        line-height: 1.3
    }
    #stats-main .baseball #line_score {
        /* width:55% */
    }
    #stats-main .baseball:after {
        top: 3px
    }
}

@media screen and (max-width:425px) {
    #stats-main .baseball #line_score {
        /* width:58%; */
        margin-right: 0;
    }
    #stats-main .baseball #score td,
    #stats-main .baseball #line_score>table td,
    #stats-main .baseball #total_score td {
        /* min-width: 1.1em; */
        /* max-width:1.5em; */
        /* text-align: center; */
        padding-left: 5px;
    }
}

@media screen and (max-width:400px) {
    #stats-main .baseball #score {
        margin-right: 0;
    }
}

@media screen and (max-width:375px) {
    #stats-main .baseball #total_score td:first-child {
        /* padding-left:5px; */
    }
}

@media screen and (max-width:340px) {
    #stats-main .baseball #score {
        /* width: 16%; */
    }
    #stats-main .baseball #line_score {
        margin-left: 0;
        margin-right: 0;
        /* width:56% */
    }
    #stats-main .baseball #total_score {
        /* width:15% */
    }
    #stats-main .baseball #total_score td {
        /* min-width:1.3em; */
        /* max-width:1.3em; */
        /* padding-left:3px */
    }
    #stats-main .baseball #total_score td:last-child {
        padding-right: 2px
    }
    #stats-main table tr td,
    #stats-main #total_score td {
        padding: 2px;
    }
    #stats-main .player-stats1-outer div[id*="player-stats"] table tr td:first-of-type,
    #stats-main .player-stats2-outer div[id*="player-stats"] table tr td:first-of-type,
    #stats-main .team-stats-outer div[id*="player-stats"] table tr td:first-of-type {
        word-break: break-word;
        min-width: 50px;
    }
}

#stats-main #score {
    padding-right: 0 !important;
}

#stats-main #line_score table {
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
}

#stats-main #total_score {
    /* padding-left:0 !important; */
}

body #stats-article-scoreboard [data-state="hide"] {
    display: none;
}

[data-state="show"] {
    display: initial
}

@media screen and (max-width:767px) {
    #article_container {
        width: 100%
    }
}

/* super game score */
#scoreboard > .score-row {
    padding: 14px 10px 4px;
}
.team-logo {
    width: 50px;
    flex-shrink: 0;
}
.team-logo img {
    width: 100%;
}
.score-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#scoreboard > .score-row:not(.score-info) {
    padding-top: 18px;
}
.team {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.team.away {
    flex-direction: row-reverse;
}
#gamescore-main .score-row:first-child {
    font-weight: 900;
}
.team-name {
    font-size: 1.4em;
    display: flex;
}
#gamescore-main {
    margin-bottom: 23px;
    padding: 0 18px;
}
.current-score {
    font-size: 2em;
    width: 100px;
    display: flex;
    justify-content: center;
}
.current-score span:nth-child(2) {margin: 0 8px;}
.team.away .team-name {
    margin-right: 11px;
    text-align: right;
}
.team.home .team-name {
    margin-left: 11px;
    text-align: left;
}
.score-row {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}
.score-info.score-row {
    font-size: .8em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    font-weight: 100;
    border-top: 1px solid #ddd;
    padding: 7px 12px;
    margin-bottom: 12px;
}
.si-time-status, .si-time-span {
    width: 100%;
    font-size: 1.1em;
}
.si-time-span {
    display:block;
    font-weight: 500;
    word-spacing: 4px;
}
.si-time-status {
    display: block;
}
.si-col {
    flex-wrap: wrap;
    flex-basis: 100%;
}
.si-col:nth-child(2) {
    justify-content: center;
    text-align: center;
}
.si-col:last-child {
    justify-content: flex-end;
    text-align: right;
}
.si-location span {
    font-weight: 900;
}
.score-row > div {
    flex-basis: 100%;
}
.team-logo {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 17px;
    border: 1px solid #111;
    display: none;
}
.team-logo span {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 13px;
    border: 1px solid #111;
}
/* end super game score */

/* live events navigation */
.live-events-bar {
    background: rgba(239, 237, 233, 0.97);
    border-top: 1px solid #eeecdd;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 99999;
    font-size: 13px;
    text-align: center
}

.live-events-bar .bar-title {
    display: inline-block
}

.live-events-bar ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.live-events-bar li {
    display: inline-block;
    list-style: none;
    margin: 0
}

.live-events-bar .btn {
    background: #167ac6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 8px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    margin-left: 7px
}

.live-events-bar .game-title {
    font-weight: bolder
}

#adi-live-modal-controller {
    position: absolute;
    left: -999em;
    opacity: 0
}

.adi-live-modal-open:checked~.adi-live-modal-wrap {
    display: block
}

.adi-live-modal-open:checked~.adi-live-modal-wrap:before,
.adi-live-modal-open:checked~.adi-live-modal-wrap .adi-live-modal-overlay {
    display: block
}

.adi-live-modal-close {
    cursor: pointer;
    font-size: 35px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100
}

.adi-live-modal-wrap {
    display: none
}

.adi-live-modal-wrap:before {
    content: "...";
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 998
}

.adi-live-modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.adi-live-modal-body {
    position: fixed;
    left: 0;
    right: 0;
    top: 15%;
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
    padding: 15px 0;
    background: #fff;
    border-radius: .25em;
    overflow: hidden;
    width: 75%;
    z-index: 9999;
    font-size: .8em
}

.adi-live-modal-body ul {
    list-style: none;
    margin: 5px 0;
    padding: 0
}

.adi-live-modal-body .item-text ul {
    line-height: 1.4em
}

.adi-live-modal-body li {
    margin: 5px 0;
    padding: 10px 0
}

.adi-live-modal-body li.river-item {
    border-bottom: 1px solid #f1f1f1
}

.adi-live-modal-body p {
    text-align: left;
    line-height: 1.3
}

.adi-live-modal-content {
    position: relative;
    margin: 10px 15px 10px;
    height: 60vh;
    padding-bottom: 30px
}

.adi-live-modal-content .item-extra {
    float: left;
    margin-right: 3%;
    width: 75px;
    overflow-x: hidden
}

.adi-live-modal-content .item-extra img {
    height: 55px
}

.adi-live-modal-content .item-text {
    padding-left: 90px
}

.adi-live-modal-content>ul {
    overflow-y: scroll;
    height: 100%;
    margin-top: 14px
}

.adi-live-modal-content li.river-item:first-child {
    padding-top: 0
}

.adi-live-body-no-scroll {
    overflow: hidden;
    position: fixed
}

@media only screen and (max-width:767px) {
    .adi-live-modal-body {
        max-width: 100%;
        width: 90%
    }
}

/* end live events navigation */

img.stats-loader.hidden {
    display: none;
}

#game-update .gu-item {
    float: left;
    width: 100%;
    position: relative;
    padding: 12px 9px 9px;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-color: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

#scoring-summary-container #game-update {
    background: rgb(27, 27, 27);
    float: left;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    background: #ffffff;
}

#game-update .gu-item:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}

#game-update .gu-item span.summary-text {
    width: 100%;
    float: left;
    box-sizing: border-box;
    line-height: 1.3em;
    margin-top: 0px;
    position: relative;
    margin-left: 10px;
    margin-right: 0;
}

.summary-score{
    font-weight: bold;
}

.gu-item-info {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    padding-bottom: 7px;
}

.gu-item .summary-image {
    display: block;
    width: 50px;
    display: flex;
    flex-direction: column;
}

.summary-text img {
    height: 30px;
    width: 30px;
    margin-right: 12px;
    background: #fbfbfb;
    position: relative;
}

.gu-item .summary-image img {
    width: 40px;
    height: 40px;
    margin: 6px 0;
}

span.summary-image > img,
span.summary-time > img {
    flex-basis: 100%;
}

.summary-image .summary-time {
    font-weight: bold;
    margin-right: 5px;
}

.pregame-message {
    text-align: center;
    font-size: .84em;
    color: #525252;
    background: #e8ecef;
    padding: 8px 0;
    margin-top: 10px;
}

#scoreboard-main[data-active-toggle="stats-toggle"] #stats-article-scoreboard #stats-toggle,
#scoreboard-main[data-active-toggle="game-update"] #stats-article-scoreboard #game-update {
    display: block;
}

#scoreboard-main[data-active-toggle="stats-toggle"] #stats-article-scoreboard #game-update,
#scoreboard-main[data-active-toggle="game-update"] #stats-article-scoreboard #stats-toggle {
    display: none;
}

#scoreboard-main.open-stats #stats-article-scoreboard .team-stats-outer,
#scoreboard-main.open-stats #stats-article-scoreboard .player-stats2-outer,
#scoreboard-main.open-stats #stats-article-scoreboard .player-stats1-outer {
    display: none;
}
#scoreboard-main.open-stats[data-active-team=".team-stats-outer"] #stats-article-scoreboard .team-stats-outer,
#scoreboard-main.open-stats[data-active-team=".player-stats2-outer"] #stats-article-scoreboard .player-stats2-outer,
#scoreboard-main.open-stats[data-active-team=".player-stats1-outer"] #stats-article-scoreboard .player-stats1-outer {
    display: block;
}

#scoreboard-main[data-active-team=".team-stats-outer"] #stats-article-scoreboard .team-controls .team-stats-controller,
#scoreboard-main[data-active-team=".player-stats1-outer"] #stats-article-scoreboard .team-controls .player-stats1-controller,
#scoreboard-main[data-active-team=".player-stats2-outer"] #stats-article-scoreboard .team-controls .player-stats2-controller,
#scoreboard-main[data-active-toggle="game-update"] #stats-article-scoreboard .scoring-summary-control,
#scoreboard-main[data-active-toggle="stats-toggle"] #stats-article-scoreboard .stats-control {
    color: #0088EE;
}

#scoreboard-main[data-active-team=".team-stats-outer"] #stats-article-scoreboard .team-controls .team-stats-controller:after,
#scoreboard-main[data-active-team=".player-stats1-outer"] #stats-article-scoreboard .team-controls .player-stats1-controller:after,
#scoreboard-main[data-active-team=".player-stats2-outer"] #stats-article-scoreboard .team-controls .player-stats2-controller:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #0088EE;
    display: block;
}

/* uiSports Styles */
[data-state="hide"] {
    display: none;
}

[data-state="show"] {
    display: initial;
}

/* Overrides from current styles */
/* To be cleaned up later once the CSS is redone */
#stats-main[data-game-state="pre-game"] #score .periods,
#stats-main[data-game-state="pre-game"] #total_score .periods,
#stats-main[data-game-state="In-Progress"] #score .periods,
#stats-main[data-game-state="In-Progress"] #line_score .periods,
#stats-main[data-game-state="In-Progress"] #total_score .periods,
#stats-main[data-game-state="Final"] #score .periods,
#stats-main[data-game-state="Final"] #line_score .periods,
#stats-main[data-game-state="Final"] #total_score .periods {
    border-bottom: none !important;
}

#stats-main[data-game-state="pre-game"] .main-views-control {
    border-left: 1px solid #E6E6E6;
}

/* Disable toggle for Minutes Pages */
#minutes-container #stats-main .main-views-control li {
    display: none;
}

#minutes-container #stats-article-scoreboard {
    background-color: #fdfdfd;
    padding: 10px 4px;
    float: left;
    width: 100%;
    box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.61);
    background: #f6f7f2;
    border: 1px solid #bdbdbd;
    background: #fff;
    border: none;
    box-sizing: border-box;
}
#minutes-container .team-logo {
    display: block;
}

#minutes-container #stats-main #boxscore-holder {
  border-top: none;
  padding-top: 0;
}
#minutes-container .score-row {
    margin-bottom: 0;
}
