/* override table width restrictions */
@media screen and (min-width: 767px) {

  .wy-table-responsive table td {
    /* !important prevents the common CSS stylesheets from
       overriding this as on RTD they are loaded after this stylesheet */
    white-space: normal !important;
  }

  .wy-table-responsive {
    overflow: visible !important;
  }

}

.wy-side-nav-search {
  background-color: #186f4d;
}

.wy-menu-vertical header, .wy-menu-vertical p.caption {
  color: #eee9d5;
}

.wy-nav-top {
  background: #186f4d;
}
