/* Make wide tables scrollable instead of clipping */
.wy-table-responsive table {
    width: 100%;
}

/* Increase content area width */
.wy-nav-content {
    max-width: 1100px;
}