@media (max-width: 767px) {
    html {
        font-size: 80%;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%
    }

    #tabla-documentos_wrapper > .row:first-child > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    #tabla-documentos_wrapper .dataTables_length {
        display: none !important
    }

    #tabla-documentos_wrapper .dataTables_length label,
    #tabla-documentos_wrapper .dataTables_filter label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
        margin-bottom: 0
    }

    #tabla-documentos_wrapper .dataTables_filter label {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #tabla-documentos_wrapper .dataTables_filter input {
        width: 140px
    }

    #tabla-documentos thead th {
        font-size: 13px
    }
}

.main-container.is-narrow #tabla-documentos_wrapper .dataTables_length {
    display: none !important
}

.main-container.is-narrow #tabla-documentos_wrapper > .row:first-child > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
