.selettore-settore {
    width: 202px;
}

.selettore-anno {
    width: 100px;
}


tbody .riga-testata:first-of-type td,
.tabella-header+.riga-testata td {
    border-top: 5px solid white;
    text-align: center;
}

.tabella th {
    padding: 4px 8px;
}

.td_performance {
    height: 30px !important;
    padding: 0 !important;
}

.td_performance:nth-of-type(2) {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    border-bottom: 1px solid #000 !important;
}

.tabella tr th:nth-child(1),
.tabella tr td:nth-child(1) {
    width: auto;
    min-width: 10px;
}

.tabella tr th:nth-child(2),
.tabella tr td:nth-child(2) {
    width: auto;
    min-width: 10px;
    padding-right: 20px;
}

.tabella tr th:nth-child(3),
.tabella tr td:nth-child(3) {
    width: auto;
    min-width: 10px;
    padding-right: 20px;
}

.tabella tr th:nth-child(4),
.tabella tr td:nth-child(4) {
    width: auto;
    min-width: 10px;
    padding-right: 20px;
}

.tabella tr th:nth-child(5),
.tabella tr td:nth-child(5) {
    width: auto !important;
    min-width: 10px !important;
    max-width: 140px !important;
}

.tabella tr th:nth-child(6),
.tabella tr td:nth-child(6) {
    width: auto;
    min-width: 10px;
    padding-right: 0;
}

.tabella tr th:nth-child(7),
.tabella tr td:nth-child(7) {
    width: auto;
    min-width: 10px;
    padding-right: 20px;
    text-align: center;
}

.tabella tr th:nth-child(9),
.tabella tr td:nth-child(9) {
    width: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.tabella tr th:nth-child(9) {
    padding-right: 15px;
}


.tabella tr .col-sitoWeb {
    width: auto !important;
    min-width: 10px !important;
    text-align: center !important;
    padding-left: 0;
    padding-right: 0;
}

.presenze {
    display: flex;
    flex-wrap: wrap;
}

.presenze img {
    width: 15px;
    height: auto;
}

.grafico-1 {
    width: 100%;
    height: 1100px;
}

.grafico-2 {
    width: 100%;
    height: 600px;
}

.grafico-credit {
    width: 100%;
    margin-top: 4px !important;
    text-align: right !important;
}

/* @media only screen and (min-width: 481px) and (max-width: 1100px) {

    .tabella tr th:nth-child(7),
    .tabella tr td:nth-child(7) {
        display: none;
    }

    .tabella tr th:nth-child(9),
    .tabella tr td:nth-child(9) {
        display: none;
    }
} */

@media only screen and (max-width: 1100px) {
    .tabella td {
        font-size: 13px;
        line-height: 14px;
        height: 40px;
    }
}


@media only screen and (max-width: 480px) {
    .grafico-1 {
        width: 100%;
        height: 70vh;
    }

    .grafico-2 {
        width: 100%;
        height: 70vh;
    }

    .grafico-credit {
        width: calc(100% - 20px);
    }

    .firma_data {
        max-width: 190px;
    }
}