/** Write our custom css here **/
img.logo {
  width: 100% !important;
}


.wy-side-nav-search > div.version {
  margin-top: -0.4045em;
  margin-bottom: 0.809em;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.3);
}
.wy-side-nav-search > div.version > div.version-dropdown {
  position: relative;
  display: inline-block;
}
.wy-side-nav-search > div.version > div.version-dropdown > select {
  max-width: 8em;
  padding: 0.1em 1.5em 0.1em 0.5em;
  text-align-last: center;
  background: none;
  border: none;
  border-radius: 0em;
  box-shadow: none;
  font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.3);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wy-side-nav-search > div.version > div.version-dropdown > select:hover, .wy-side-nav-search > div.version > div.version-dropdown > select:active, .wy-side-nav-search > div.version > div.version-dropdown > select:focus {

  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.wy-side-nav-search > div.version > div.version-dropdown > select:hover, .wy-side-nav-search > div.version > div.version-dropdown > select:active, .wy-side-nav-search > div.version > div.version-dropdown > select{
  background: #2980B9;
}

.wy-side-nav-search > div.version > div.version-dropdown:after {
  content: "";
  font-size: 1em;
  line-height: 1.2em;
  font-family: FontAwesome;
  padding: 0.1em 0.5em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 1.5em;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

/* 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;
   }
}
