
.tableMovimentiMercato {
    background-color: var(--light-grey);
}

.tableMovimentiMercato th,
.tableMovimentiMercato td {
    font-weight: normal;
    padding: 5px;
    white-space: nowrap;
}

.tableMovimentiMercato th:not(:nth-child(6)),
.tableMovimentiMercato td:not(:nth-child(6)) {
    vertical-align: center;
    text-align: center;
}

.tableMovimentiMercato {
    overflow-x: auto;
}

.tableMovimentiMercato thead,
.tableMovimentiMercato tbody,
.tableMovimentiMercato tr,
.tableMovimentiMercato td {
    width: 100% !important;
}

.tableMovimentiMercato thead th {
    border-bottom: 2px solid var(--gray-7) !important;
}




.tableMovimentiMercato thead th:not(:nth-child(6)),
.tableMovimentiMercato tbody td:not(:nth-child(6)) {
    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;
    }
}