/* Fix table margin */
table {
    margin: 1em;
    max-width: 90%;
}

/* Expand content width for readthedocs theme */
.wy-nav-content {
    max-width: 100% !important;
}
