/* Setting equation numbers to the right */
.eqno {
    float: right;
}

/* Wider contents */
.wy-nav-content {
    max-width: none !important;
}

/* Allow horizontal scrollbar for long math formulae */
.math {
    overflow-x: auto;
}