#team-overview{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
a{
    height: inherit;
    width: inherit;
}
#overview-header{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 32;
    font-weight: bolder;
}
#team-season-div{
    font-size: 18;
    font-weight: 600;
    text-align: center;
}
#logo-metrics{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#team-logo-div{
    display: flex;
    height: 225px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#team-logo-div img{
    height: 100%;
}
#team-overview-metrics{
    display: flex;
    flex-direction: column;
    font-size: 24;
    margin-left: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}

#team-holder{
    display: flex;
    flex-direction: row;
    width: 1000px;
    height: 405px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
}
#team-holder #team, #district-team{
    min-width: 250px;
    background-color: #F2F3F4;
}
#team-holder #team-season-div{
    font-size: 14;
    font-weight: 600;
    text-align: center;
}
#team-holder #logo-metrics{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#team-holder #team-logo-div, #district-team-logo-div{
    display: flex;
    height: 175px;
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
}
#team-holder #team-logo-div img, #district-team-logo-div img{
    height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#team-holder #team-overview-metrics, #district-team-overview-metrics{
    display: flex;
    flex-direction: column;
    font-size: 16;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: bold;
    padding-bottom: 20px;
}
#team-holder .select-grouping{
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
#team-holder #team-name, #district-team-name{
    font-size: 20;
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}