table {
    border-collapse: collapse;
    margin: 10px;
    font-family: 'Inconsolata';
}

th {
    outline: none;
    font-size: 0.8em;
    padding: 8px 3px;
    /* background-color: #505050;
    color: white; */
    font-weight: 300;
}

td, th {
    padding: 5px 10px;
}

.stat {
    text-align: right;
}

#teams_and_score {
    /* margin: 0px auto 25px auto; */
    font-size: 20px;
    /* text-align: center; */
}

    #teams_and_score td {
        padding: 10px 10px;
        vertical-align: middle;
    }

#teams_and_score .time_remaining td {
    padding: 25px 0;
}

.logo img {
    width: 65px;
}

.mid_column {
    color: #999;
    text-transform: uppercase;
    font-size: 0.7em;
}

.points {
    font-size: 1.75em;
    line-height: 0.8em;
}

.at_sign {
    font-size: 0.875em;
}

#teams_and_score .team_name {
    font-size: 2em;
    border-bottom: 1px solid #999;
    line-height: 0.8em;
}

    #teams_and_score .team_name td {
        padding: 7px 10px;
    }

.content_section {
    margin-top: 36px;
}

.stat_table th {
    cursor: default;
    text-align:center;
    font-weight: 700;
}

.stat_table .sub_head th {
    /* background-color: #F2F2F2;
    color: #999; */
    padding-right: 0.6em;
}

.content_section table.player_stats {
    margin: 10px 0px;
}

#content .explanation_text {
    /* text-align: center; */
    /* margin: 0px auto; */
    max-width: 650px;
}

.intro_stat {
    text-align: left;
}

.player_name {
    text-align: left;
    white-space: nowrap;
}

.stat_table td.starter {
    padding-right: 0;
}

.team_name_row td {
    background-color: #F2F2F2;
    /* color: #999; */
    font-size: 18px;
    text-align: left;
    padding: 0.5em;    
    border-bottom:1px #ddd solid;
}

.stat_table td.shots, .stat_table .sub_head th.shots {
    padding-left: 1.3rem;
    padding-right: 0.3rem;
}

.stat_table td.sfld, .stat_table .sub_head th.sfld {
    padding-left: 0.3rem;
    padding-right: 1.1rem;
}

.stat_table td.team_name {
    min-width: 0;
    white-space: nowrap;
}

#content a.matchup_view_toggle {
    padding: 8px 10px;
    font-size: 14px;
    color: hsl(0, 0%, 31%);
    background-color: hsl(0, 0%, 90%);
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
}

    #content a.matchup_view_toggle:hover {
        background-color: hsl(0, 0%, 95%);
        transition-duration: 0.3s;
    }

    #content a.matchup_view_toggle i {
        margin-right: 6px;
    }