/* breadcrumb buttons */
.wy-breadcrumbs li a:first-child {
  padding-left: 5px;
}

/* adds scrollbar to sidenav */
.wy-side-scroll {
  width: auto;
  overflow-y: auto;
}

/* make versions hr thinner */
.rst-versions .rst-other-versions hr {
  margin: 5px 0;
}

/* feedback form */
.rst-content .feedback {
  background-color: #e3e3e3;
  margin-top: 15px;
}

.rst-content .feedback .admonition-title {
  background-color: #4e4a4a;
}

.rst-content .feedback > div > form > fieldset {
  max-width: 100%;
}

.rst-content .feedback li.hs-form-radio:first-child {
  width: 50px;
  float: left;
}

.rst-content .feedback input[type=email].hs-input {
  width:90%;
}

.rst-content .feedback .hs-button {
  background-color: #424242;
  padding: 10px 30px;
  border: 0;
  color: #fff;
  margin-top: 5px;
}

/* versions dropdown */
.select-style {
  border: 1px solid #616161;
  border-radius: 3px;
  margin: 7px 2px;
  overflow: hidden;
  background: #424242 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#eeeeee' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'>%3C/polyline%3E%3C/svg%3E") no-repeat 90% 50%;
}

.select-style select {
  padding: 5px 8px;
  width: 100%;
  color: #ffffff;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* override table width restrictions */
@media screen and (max-width: 768px) {
  img {
    width: auto;
    height: auto;
  }
}
