/* override table width restrictions */
@media screen and (min-width: 767px) {
  .wy-nav-content {
    max-width: 1200px;
  }
}
