.odds_header_container {
    display: flex;
    flex-direction: row;
    background: #303131;
    padding: 4px;
    width: 100%;
}

.fixture_odds_scores {
    width: 50px;
    margin-top: auto;
    text-align: center;
    margin-bottom: auto;
    color: #EEEEEE;
    vertical-align: middle;
    font-weight: bold;
    font-size: small;
}

.fixture_odds_live_scores {
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    color: #9ACCFA;
    vertical-align: middle;
    text-align: center;
    font-size: small;
}

.odds_row_container {
    display: flex;
    padding: 8px;
    background: #010A0F;
    flex-direction: row;
    justify-content: stretch;
    width: 100%;
}


.odds_header_left_layout {
    display: flex;
    margin-top: auto;
    padding-left: 16px;
    margin-bottom: auto;
    justify-content: flex-start;
    flex-direction: row
}

.odds_header_right_layout {
    display: flex;
    max-width: 100%;
    overflow-x: hidden;
    margin: auto 0 auto auto;
    justify-content: flex-end;
    flex-direction: row
}

.odds_team_name {
    color: #EEEEEE;
    white-space: nowrap;
    font-size: small;
}

.odds_team_name_layout {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    min-width: 100px;
}

.odds_layout {
    border-radius: 8px;
}

.bookmaker_img > img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}


.odds_title_box {
    width: 80px;
    height: 20px;
    padding-right: 8px;
    text-align: center;
    margin-right: 8px;
    border: #303131 solid 1px;
    border-radius: 4px;
}

.odds_value_box {
    width: 80px;
    text-align: center;
    margin-right: 8px;
    padding: 4px;
    color: white;
    font-weight: bold;
    font-size: small;
    border: #303131 solid 1px;
    border-radius: 4px;
}

.odds_points_box {
    width: 30px;
    height: 20px;
    text-align: center;
    margin-right: 4px;
    border-radius: 4px;
}
