/* Tabelle responsive: niente scroll orizzontale, contenuto che va a capo */
.wy-table-responsive {
    overflow: visible !important;
}
.wy-table-responsive table {
    width: 100% !important;
    table-layout: fixed !important;
    margin-bottom: 1em;
}
.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    vertical-align: top;
    padding: 6px 8px;
}
.wy-table-responsive table code.literal,
.wy-table-responsive table tt.literal {
    white-space: normal !important;
    word-break: break-word;
}
