

.tableCampioniGiornata {
    background-color: var(--light-grey);
}

.tableCampioniGiornata th,
.tableCampioniGiornata td {
    font-weight: normal;
    padding: 5px;
    white-space: nowrap;
}

/* .tableStatistiche th:nth-child(16),
.tableStatistiche td:nth-child(16),
.tableStatistiche th:nth-child(17),
.tableStatistiche td:nth-child(17),
.tableStatistiche th:nth-child(18),
.tableStatistiche td:nth-child(18),
.tableStatistiche th:nth-child(19),
.tableStatistiche td:nth-child(19),
.tableStatistiche th:nth-child(20),
.tableStatistiche td:nth-child(20) {
    background-color: var(--gray-7);
} */

.tableCampioniGiornata th:not(:nth-child(3)),
.tableCampioniGiornata td:not(:nth-child(3)) {
    vertical-align: center;
    text-align: center;
}

.tableCampioniGiornata {
    overflow-x: auto;
}

.tableCampioniGiornata thead,
.tableCampioniGiornata tbody,
.tableCampioniGiornata tr,
.tableCampioniGiornata td {
    width: 100% !important;
}

.tableCampioniGiornata thead th {
    border-bottom: 2px solid var(--gray-7) !important;
}



.tableCampioniGiornata thead th:not(:nth-child(3)),
.tableCampioniGiornata tbody td:not(:nth-child(3)) {
    width: 40px !important;
}



/* MEDIA QUERIES */
@media screen and (max-width: 767px) {
    .nav-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        flex-grow: unset;
        width: 25px !important;
    }
}