.horizontal_container {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 8px;
    display: flex;
    vertical-align: center;
    flex-direction: row;
    justify-content: left;
}

#leagues-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#selected_league{
    display: flex;
    padding: 8px;
    color: whitesmoke;
    font-weight: bold;
    font-size: medium;
    vertical-align: center;
    flex-direction: row;
    justify-content: left;
}
.selected_league{
    display: flex;
    padding: 8px;
    color: whitesmoke;
    font-weight: bold;
    font-size: medium;
    vertical-align: center;
    flex-direction: row;
    justify-content: left;
}
#selected_league_flag{
margin-right: 1px;
}
#selected_league_drop_down{
margin-right: 8px;
}

.horizontal_container_child {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 8px;
    text-align: start;
    font-size: small;
    border-radius: 8px;
    font-weight: bold;
    color: white;
}

.header_title_layout {
    margin-top: auto;
    margin-bottom: auto;
}

.league_big_title {
    font-size: small;
    font-weight: bolder;
    color: white;
}

.league_small_title {
    font-size: smaller;
    color: white;
}

.league_current_season {
    font-size: 14px;
    font-weight: normal;
    color: white;
}

#two_data, #three_data {
    display: none;
}