/* 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;
  }
}

/* make content width responsive */

.wy-nav-content {
  max-width: 1200px !important;
}

.wy-grid-for-nav .wy-side-nav-search {
  background-color: #343131;
}

.document .section:not(:last-child) {
  margin-bottom: 24px;
}

.rst-content .section ol.toc li ul,
.rst-content .section ul.toc li ul {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.wy-table-responsive table {
  margin-bottom: 12px !important;
}

nav.wy-nav-side {
  padding-bottom: 3.5rem;
}

.rst-versions.shift-up {
  overflow-y: auto;
}

a.return-to-website-button:before {
  background-image: url(../images/goBackArrow.png);
  background-size: 17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  content: "";
  margin-right: 3px;
  vertical-align: top;
}

ul.wy-breadcrumbs li {
  margin-bottom: 24px;
}

div.rst-content div hr {
  margin-top: 0;
}
