#stats_row {
    display: none;
}

#stats_col {
    display: block;
}

.team_name {
    display: block;
}
.team_short_name {
    display: none;
}
.team_abbreviation {
    display: none;
}

#leaders, #goalies, #team_leaders {
    display: block;
}


.three_stars {
    display: flex;
    justify-content: left;
}

.three_stars_subscript {
    color: WhiteSmoke;
}

.landing-top-players-heading {
    display: flex;
    align-items: center;
}