@media (min-width: 768px) {
    #season-nav-bar
    {
        margin: 30px 0;
    }
    #season-nav-bar li
    {
        display: inline-block;
        float: none;
    }
}
#stats-box .label-value
{
    font-size: 125%;
    padding: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
#stats-box > .row
{
    margin-bottom: 15px;
}

.schedule-round
{
    margin-bottom: 30px;
}
.schedule-games
{

}
.schedule-game
{
    padding: 10px 0;
}
.schedule-game:nth-child(2n+1)
{
    background-color: #F0F6FC;
}
#team-select-bar
{
    text-align: center;
}
#team-select-bar .team
{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
#team-select-bar .team.unselected:not(.team-show-all)
{
    opacity: 0.25;
}