#content_header {
    background-color: hsl(0, 0%, 95%);
    padding: 15px;
}

#inner_content {
    padding: 15px;
}

#game_container {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.game {
    width: 640px;
    padding: 7px;
    padding-bottom: 0;
    font-size: 20px;
    margin: 10px;
}

.game_table {
    font-size: 16px;
    font-family: 'Roboto';
}

    .game_table th {
        outline: none;
        font-size: 0.8em;
        padding: 7px 3px;
        font-weight: 300;
    }

    .game_table td, th {
        padding: .34rem .6rem;
    }

    .game_table td a {
        color:#eb9421;
    }    

    .game_table .perc_header {
        width: 70px;
    }

    .game_table .intro_header {
        min-width: 45px;
    }

    .game_table .poss_header {
        min-width: 35px;
    }

    .game_table .team_name, .game_table .team_score {
        font-size: 1.2em;
    }

    .game_table .stat {
        text-align: right;
        vertical-align: text-bottom;
    }

    .game_table .value {
        font-size: 0.85em;
        padding-left: .55em;
        padding-right: .85em;
    }

    .game_table .rank {
    }

    .game_table td.intro_stat {
        color: #999;
        font-size: 0.8em;
        white-space: nowrap;
    }

    .logo img {
        width: 20px;
        vertical-align: middle;
    }

    .game_table td.period_string {
        text-align: center;
        color: #999;
        font-size: 0.8em;
        padding: 10px;
    }

    .overtime {
        color: black;
    }

    .live {
        color: #eb9421;
    }

.unplayed {
    width: 100%;
}

.unplayed .stat {
    vertical-align: middle;
}

.unplayed .standings_section {
    width: 110px;
}

.unplayed .standings_stat {
    text-align: center;
}

.unplayed .wins {
    padding-left: 30px;
}

.unplayed .losses {
    padding-right: 30px;
}

.unplayed tr.standings_upper th {
    font-weight: 700;
}

#date_container {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
}

    #date_container i:first-of-type {
        margin-right: 7px;
    }

    #date_container i:last-of-type {
        margin-left: 7px;
    }

#datepicker {
    font-size: 35px;
    font-weight: 500;
    font-family: 'futura-pt', sans-serif;
    color: #505050;
    margin-bottom: 5px;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: block;
    background-color: transparent;
}

#date_container .normal_link {
    margin-right: 10px;
}

#no_games {
    font-size: 25px;
    padding: 7px;
    color: #505050;
}

    #no_games .small {
        font-size: 0.7em;
    }

.explanation_text, .section_guide {
    padding-left: 10px;
}

.section_guide_container {
    margin-top: 10px;
}