/* override table width restrictions */
@media screen and (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 table td:first-child {
    white-space: nowrap !important;
  }

  .wy-table-responsive table {
    width: auto !important;
    width: 100% !important;
    overflow-x: auto;
    background-color: white;
  }

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

.wy-side-nav-search {
  background-color: #04a5bb;
}

.rst-content a:link,
.rst-content a:visited {
  color: #017092;
}

.rst-content a:focus,
.rst-content a:hover {
  color: #051f31;
}

.wy-nav-content {
  max-width: 900px !important;
}
