
a.schedule-game-cell,
a.schedule-game-cell:visited,
a.schedule-game-cell:active,
a.schedule-game-cell:hover{
    color: black;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    display: block;
}

.timeout{
    display: block;
    width: 3px;
    height: 10px;
    border: 1px solid #f5a064;
    border-spacing: 0px;
    background: #ffffb3;
    margin-top: 2px;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px;
}

.team-linescore-col-timeouts{
    width: 3px;
}

.timeout.remaining{
    background: #ffb100;
    border: 1px solid #ffb100;
}

.timeout.is-live{
    visibility: visible;
}

.schedule-game-cell-linescore{
    display: inline-block;
}


.bye-teams-wrapper{
    margin-top: 15px;
}

#schedule-wrapper{
    padding-bottom: 10px;
}

#schedule-wrapper.list-view .schedule-game-cell{
    margin-bottom: 8px;
}

.schedule-game-cell-table-wrapper {
    width: 100%;
    border-spacing: 0px;
}

.team-score{
    text-align: right;
    padding-right: 5px;
}

#schedule-wrapper.grid-view .schedule-game-cell-wrapper{
    width: 50%;
    display: inline-block;
}

.schedule-game-cell-team .team-logo{
    width: 35px;
    height: 35px;
    margin-right: 0px;
}

.schedule-game-cell-team-logo{
    width: 40px;
    vertical-align: middle;
    padding-left: 4px;
}

.team-ball-possession{
    display: none;
}


.team-linescore-col-quarter,
.team-linescore-header-col-quarter{
    width: 25px;
}

.team-linescore-header-col-total.team-score,
.team-linescore-col.team-score{
    width: 30px;
}

#schedule-wrapper.grid-view .team-linescore-col{
    display: none;
}

#schedule-wrapper.list-view .team-score-grid{
    display: none;
}


.team-linescore-header-col{
    font-weight: bold;
    color: #6e6e6e;
    font-size: 0.9em;
    border-bottom: 1px solid black;
    background: #ebebeb;
    text-align: center;
}

.team-linescore-col-score{
    text-align: center;
}

.team-linescore-col-score-away{
    border-bottom: 1px solid #ebebeb;
}

.team-linescore-col.team-score{
    background: #f3f3f3;
}

.team-linescore-header-col-first-quarter,
.team-linescore-col-score,
.team-linescore-col-first-quarter{
    border-left: 1px solid #ebebeb;
}

.team-linescore-header-col-total{
    text-align: right;
    border-right: 1px solid #ebebeb;
}

.schedule-game-cell-team-status{
    font-size: 0.9em;
    font-weight: bold;
    color: #6e6e6e;
    padding-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.schedule-game-cell-team-status.is-live{
    color: #2cad01;
}


.has-ball .team-ball-possession{
    display: inline-block;
    border: none;
    border-radius: 50%;
    background: #b36501;
    border: black;
    width: 15px;
    height: 7px;
    margin-left: 5px;
    margin-bottom: 2px;
}

.has-ball.redzone .team-ball-possession{
    background: red;
}

.team-name-container{
    overflow: hidden;
    white-space: nowrap;
}

.team-name-is-favorite-wrapper{
    display: none;
}

.is-favorite-team .team-name-is-favorite-wrapper{
    display: inline-block;
}

.team-name-is-favorite-wrapper .star{
    font-size: 7px;
}

.has-ball .team-name-name{
    display: inline-block;
}

.team-name-name{
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
}

.team-score{
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 10px;
}

.team-linescore-col.team-schedule.team-schedule-date,
.team-linescore-col.team-schedule.team-schedule-time,
.schedule-game-cell-team-status-broadcasters,
.team-score-grid-is-scheduled.team-score{
    padding-right: 4px;
}


.team-schedule-date,
.team-schedule-time{
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.team-schedule-date,
.team-schedule-time,
.team-score-grid-is-scheduled.team-score{
    font-size: 0.8em;
    color: #6e6e6e;
}


.team-schedule-date{
    vertical-align: top;
}

.team-score-grid-is-scheduled-date{
    vertical-align: bottom;
    padding-bottom: 2px;
}

.team-score-grid-is-scheduled-time,
.team-schedule-time{
    vertical-align: top;
    padding-top: 2px;
}

.team-name-record{
    font-size: 0.75em;
    color: gray;
    margin-top: 3px;
}

#schedule-wrapper.grid-view .team-name .team-name-nick{
    display: none;
}

#schedule-wrapper.list-view .team-name .team-name-abbrev{
    display: none;
}


.ball-on-yard-line,
.down-and-yards-to-go{
    font-weight: normal;
}

@media only screen and (max-width: 350px) {

    #schedule-wrapper.grid-view .down-and-yards-to-go {
        display: none;
    }

}

@media only screen and (max-width: 320px) {

    #schedule-wrapper.list-view .down-and-yards-to-go {
        display: none;
    }

}

@media only screen and (max-width: 350px) {

    .ball-on-yard-line{
        display: none;
    }
}


@media only screen and (max-width: 475px) {

    #schedule-wrapper.grid-view .ball-on-yard-line{
        display: none;
    }
}

.status-bullet-separator{
    margin-left: 2px;
    margin-right: 2px;
    font-weight: normal;
}

@media only screen and (max-width: 350px) {

    #schedule-wrapper .team-name .team-name-nick{
        display: none;
    }

    #schedule-wrapper.list-view .team-name .team-name-abbrev{
        display: inline-block;
    }
}

.schedule-game-cell-team-status-table{
    width: 100%;
    border-spacing: 0px;
}

.schedule-game-cell-team-status-broadcasters{
    text-align: right;
    width: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#schedule-wrapper.list-view .schedule-game-cell-team-status.is-scheduled,
#schedule-wrapper.grid-view .team-schedule-date,
#schedule-wrapper.grid-view .team-schedule-time{
    display: none;
}

.broadcaster-names{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}


.schedule-game-cell-team-status-grid{
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


#schedule-wrapper.list-view .schedule-game-cell-team-linescore-header.is-scheduled{
    display: none;
}

.schedule-game-cell-team-is-loser{
    color: #898383;
}

.schedule-game-cell-team-is-winner .team-score{
    padding-right: 5px;
}

.schedule-game-cell-team-is-winner .team-score{
    border-right: 5px solid black;
}

.schedule-game-cell-team-is-winner .team-linescore-col.team-score{
    background: #e7e5e5;
}

.schedule-game-cell-team-status-broadcasters{
    color: #373737;
}


.broadcaster-name-espn{
    color: #d00;
    font-style: italic;
}

.broadcaster-name-fox{
    color: #00008f;
    letter-spacing: -1px;
}



.schedule-game-cell-additional-detail{
    font-size: 0.9em;
    color: #666666;
    border-top: 1px solid #b1b1b1;
    margin: 3px;
    padding-top: 4px;
}

#schedule-wrapper.grid-view .schedule-game-cell-additional-detail{
    display: none;
}