.thirdSectionDropdownButton {
    background-color: var(--light-grey);
    color: var(--main-grey);
}

.thirdSectionDropdownButton.dropdown-toggle::after {
    position: absolute;
    right: 10px;
}

.thirdSectionDropdownButtonFlag {
    width: 20px;
    height: 17px;
}

.standingsTable {
    width: 100%;
    color: var(--main-grey);
    font-size: normal;
}

.standingsTable tbody tr td img {
    width: 30px;
    height: 22px;
    object-fit: contain;
}


.standingsTable td:last-child {
    text-align: end;
}

.standingsTable tr:first-child {
    color: green;
}





.standingsTable td:nth-child(3) {
    width: 30px; !important;
}
