html,
body {
  overflow-x: auto;
}

body {
  font-family: "Source Sans Pro", Roboto, Arial, sans-serif;
}

.wy-table-responsive table td,
.wy-table-responsive table th {
  white-space: normal; /* Why is it nowrap for a responsive table anyways? */
}

.wy-nav-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: left 350ms;
  left: 0%;
}

.wy-nav-content {
  display: flex;
  flex-grow: 1;
  height: auto;
  max-width: 60em;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.wy-side-nav-search,
.wy-nav-top,
.wy-nav-side {
  background-color: #003746;
  font-family: "Source Sans Pro", Roboto, Arial, sans-serif;
}
.wy-nav-side {
  background-repeat: no-repeat;
  background-image: url(../img/eq@3x.png);
  background-size: 150%;
  background-position: 25% calc(100% - 54px);
  padding-bottom: 0;
  transition: left 350ms;
}
.wy-side-scroll {
  display: flex;
  flex-direction: column;
}
.wy-menu-vertical {
  flex-grow: 1;
}
.mcm-menu-footer {
  font-size: 90%; /* Same as menu */
  margin: 1.5rem;
  text-align: center;
}
.mcm-menu-footer__link {
  color: #3990c9;
}

.wy-menu-vertical li.current,
.wy-menu-vertical li.current > a,
.wy-menu-vertical li.toctree-l2 a,
.wy-menu-vertical li.toctree-l2.current > a,
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a,
.wy-menu-vertical li.toctree-l3.current li.toctree-l4 > a {
  background-color: transparent;
  color: #d9d9d9;
}

.wy-menu-vertical li.current > a,
.wy-menu-vertical li.toctree-l2.current > a,
.wy-menu-vertical li.toctree-l2 li.toctree-l3.current > a,
.wy-menu-vertical li.toctree-l3 li.toctree-l4.current > a {
  color: #efefef;
  font-weight: bold;
}

.wy-menu-vertical li.toctree-l1.current > a {
  border: none;
}

.wy-side-nav-search > .icon-home::before {
  background-image: url(../img/sennheiser-logo.svg);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 25px;
  margin-right: 6px;
  width: 34px;
}

.wy-side-nav-search > a.icon-home {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}

.wy-menu-vertical li.current a {
  border-right: 0;
}
.wy-menu-vertical li.current a:hover,
.wy-menu-vertical a:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.rst-versions {
  background: #003746;
  position: relative;
  top: inherit;
  left: inherit;
}
.rst-versions .version {
  color: hsla(0, 0%, 100%, 0.6);
  cursor: pointer;
  display: block;
  font-family: "Source Sans Pro", Roboto, Arial, sans-serif;
  margin-top: -0.4045em;
  margin-bottom: 0.809em;
  font-weight: 400;
}
.rst-versions.shift-up {
  /* The expanded state */
  margin-bottom: 0.809em;
  overflow-y: visible;
  padding: 0 0.4em;
}
.rst-other-versions dt {
  color: rgba(255, 255, 255, 0.65);
}

@media screen and (max-width: 768px) {
  .wy-nav-side {
    background-size: 100%;
  }
  .rst-versions {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .wy-side-nav-search,
  .wy-nav-side {
    width: 320px;
  }
  .wy-menu-vertical {
    width: 320px;
  }
  .wy-side-scroll {
    width: 340px;
  }
  .wy-nav-content-wrap {
    margin-left: 320px;
  }
  .rst-versions .rst-current-version {
    background: #003746;
  }
}
@media screen and (max-width: 1099px) {
  .wy-nav-content {
    margin: 0 auto;
  }
}

.contentinfo,
.contentinfo-linkrow {
  text-align: center;
}

.btn-next,
.btn-prev,
.btn-next:link,
.btn-prev:link,
.btn-next:active,
.btn-prev:active,
.btn-next:visited,
.btn-prev:visited {
  background-color: #fff !important;
  border: 1px solid #003746;
  box-shadow: none;
  color: #003746 !important;
  padding: 8px 12px;
}

.btn-next:focus,
.btn-prev:focus {
  background-color: #e1f1f5 !important;
}

.btn-next:hover,
.btn-prev:hover {
  background-color: #e1f1f5 !important;
  border-color: #cde5ec;
}

.toctree-expand {
  display: none !important;
}

.heart {
  color: #ac3640;
  font-size: 1.2em;
}

.old-version-warning {
  background: #e67e22;
  color: #fff;
  margin: -1.75rem -3.25rem 1.5rem;
  padding: 1.5rem 5rem 1.5rem 3rem;
  text-align: center;
}

.old-version-warning .icon {
  margin-right: 5px;
}

.old-version-warning a {
  color: #fff;
  text-decoration: underline;
}
