/* override table width restrictions */
.wy-nav-content {
  max-width: 1000px;
}

.wy-table-responsive table td {
  white-space: normal !important;
}

.wy-table-responsive {
  max-width: 100% !important;
}