 table {
    max-height: 300px;
    max-width: 100%;
    display: block;
    overflow: auto;
    white-space: nowrap !important;
 }

 /* allow content to expand to full browser width */
 .wy-nav-content {
    max-width: none;
 }

 .eqno {
   float: right;
}
