/* Increase the overall content width */
.wy-nav-content {
    max-width: 95%; /* You can adjust this value as needed */
}

/* Optional: Make sure the tables take full width */
/* .document table {
    width: 100%;
    table-layout: fixed;
} */

/* Optional: Add more space for large tables */
.document {
    margin: 0 auto;
}
