.fixture_container {
    width: 100%;
    height: 50px;
    padding-left: 8px;
    vertical-align: middle;
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.goal_fixture_container {
    width: 100%;
    height: 50px;
    padding-left: 8px;
    vertical-align: middle;
    background: #6c0521;
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.fixture_star_layout {
    width: 24px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.fixture_time_layout {
    width: 50px;
    min-width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    text-align: center;
    font-size: smaller;
}

.fixture_live_time_layout {
    min-width: 50px;
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    color: #FF0046;
    text-align: center;
    font-size: smaller;
}

.fixture_updated_time_layout {
    width: 80px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #FF0046;
    background: #62021c;
    text-align: center;
    font-size: smaller;
}

.fixture_teams_layout {
    margin-top: auto;
    height: 50px;
    width: 100%;
    line-height: 25px;
    margin-bottom: auto;
    text-align: center;
    vertical-align: middle;
    min-width: 240px;
}

.fixture_scores_layout {
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    color: #001e28;
    vertical-align: middle;
    text-align: end;
    font-size: small;
}

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

.fixture_half_time_scores_layout {
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    color: #999999;
    vertical-align: middle;
    text-align: center;
    font-size: small;
}

.fixture_live_stream_layout {
    width: 50px;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    text-align: center;
    font-size: small;
}

.blink_me {
    animation: blinker 2s linear infinite;
    color: #FF0046;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.fixture_end_layout {
    display: flex;
    flex-direction: row;
    width: 100px;
    justify-content: right;
}

.fixture_team_name {
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: left;
    font-size: 11px;
}

.team_flag {
    position: relative;
    margin: auto 8px auto 1px;
}

.vertical_divider {
    height: 100%;
    border-right: 1px solid #eee;
}

.commentary_row {
    width: 100%;
    padding: 8px 16px;
    background-color: #001E28;
}

.video_row {
    width: 100%;
    margin-top: 32px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.video_highlights_time {
    color: white;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 16px;
    text-align: center;
    font-size: smaller;
}

.commentary_time {
    color: white;
    font-weight: bold;
    font-size: small;
}

.commentary_comment {
    color: #EEEEEE;
    font-size: smaller;
}

.match_summary_time {
    color: #EEEEEE;
    padding: 4px;
    margin-right: 8px;
    font-size: small;
}

.match_summary_icon {
    padding: 1px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
}

.match_summary_yellow_card {
    padding: 1px;
    width: 16px;
    margin-right: 8px;
    height: 20px;
    background: yellow;
    border-radius: 4px;
}

.match_summary_red_card {
    padding: 1px;
    margin-right: 8px;
    width: 16px;
    background: red;
    height: 20px;
    border-radius: 4px;
}

.match_summary_main_player_name {
    color: #EEEEEE;
    margin: auto 4px;
    font-weight: bold;
    font-size: smaller;
}

.match_summary_score {
    color: #EEEEEE;
    margin-left: 4px;
    margin-right: 4px;
    padding: 4px;
    font-weight: bold;
    border-radius: 8px;
    border: 1px solid #cccccc;
    font-size: smaller;
}

.match_summary_other_player_name {
    color: #dcdbdb;
    font-size: smaller;
    margin: auto 4px;
}

.commentary_divider {
    background-color: #003a4d;
    height: 0.5px;
    margin: 8px 16px;
    padding: 0;
    border-color: #003a4d;
}

.match_summary_row {
    width: 100%;
    padding: 4px 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #010A0F;
}

.match_summary_home_row {
    width: 100%;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    flex-direction: row;
    justify-content: left;
}

.match_summary_away_row {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.summary_title_container {
    width: 100%;
    margin-top: 16px;
    padding: 8px 8px;
    font-size: smaller;
    border-radius: 8px;
    font-weight: bold;
    color: #EEEEEE;
    background-color: #0F2D37;
}

.information_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.information_label {
    width: calc(100% / 2);
    text-align: left;
    vertical-align: center;
    align-content: start;
    font-size: small;
    color: #fff;
    margin: 8px;
}

.information_value {
    width: calc(100% / 2);
    font-size: small;
    font-weight: bold;
    vertical-align: center;
    color: #fff;
    text-align: right;
    margin: 8px;
}

.footer_container {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.footer_ad_caption {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: xx-small;
}

.footer_gamble_responsibly {
    width: 100%;
    margin-top: 16px;
    text-align: center;
    color: #fff;
    font-size: small;
}