.wy-nav-content {
    max-width: 64rem;
}

.version-switcher {
    margin: 0.75rem 0 1rem;
    text-align: center;
}

.version-switcher__select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #2980b9;
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='hsla(0%2C0%25%2C100%25%2C.65)' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 0.45rem center;
    background-repeat: no-repeat;
    background-size: 0.62rem 0.4rem;
    color: hsla(0,0%,100%,.3);
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 0.22rem 1.2rem 0.22rem 0.4rem;
    transition: background-color 0.2s ease;
    text-align: center;
    width: 40%;
    min-width: 7.5rem;
}

.version-switcher__select:hover {
    background-color: #1f6ea3;
}

.version-switcher__select:focus {
    background-color: #1f6ea3;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.version-switcher__select option {
    background-color: #ffffff;
    color: #111111;
    text-align: center;
}

/* Polyversion runtime override */
.version-switcher__label { display: none !important; }
.version-switcher__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #2980b9;
  border: none !important;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='hsla(0%2C0%25%2C100%25%2C.65)' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.45rem center;
  background-repeat: no-repeat;
  background-size: 0.62rem 0.4rem;
  box-shadow: none !important;
  color: hsla(0,0%,100%,.3);
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 0.22rem 1.2rem 0.22rem 0.4rem;
  text-align: center;
  transition: background-color 0.2s ease;
  width: 40%;
  min-width: 7.5rem;
}
.version-switcher__select:hover {
  background-color: #1f6ea3;
}
.version-switcher__select:focus {
  background-color: #1f6ea3;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.version-switcher__select option {
  background-color: #ffffff;
  color: #111111;
  text-align: center;
}
