

/* Fix any tables that might overflow */
table {
    max-width: 100% !important;
    table-layout: auto !important;
}


/* Fix pre and code blocks */
pre, code, main {
    max-width: 100% !important;
    overflow-x: auto !important;
    word-wrap: break-word !important;
}


/* Fix footer */
footer {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}
