@media (max-width:1281px) {

    html{
        font-size:14px;
    }

    /*------------------------tabelle------------------------------------*/

    .tabellaInterrogazione {
        width: 95% !important;
    }

    .tabellaStandard {
        width: 90% !important;
    }

    .tabellaStandardRicerca {
        width: 95% !important;
    }

    /*------------------------alloggi e richiedenti------------------------------------*/

    .operazioniInterne {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .operazioniInterne,.schedaDati {
        width: 95%
    }

    #divRichiesta {
        width: 40%
    }

    #dateRichiesta {
        width: 58%
    }

    .divComponente {
        width: 98%;
    }

    #richiesteMatching, #areaMatching {
        width: 90%;
    }

    .datiBaseEnte {
        grid-template-columns: 40% 60%;
    }

    .datiBaseMatching {
        grid-template-columns: 55% 43%;
    }

}
