.euro_header {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 100%,
}

.match_header_labels {
    text-align: center;
    padding: 5px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px solid black;
}

.match_cell_labels {
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid grey;
}

.tabs_styles {
    height: 44px;
}

.tab_style {
    height: 44px;
    border-bottom: 3px solid black;
    font-weight: bold;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.tab_style.active {
    height: 44px;
    border-bottom: 3px solid grey;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}