.sphinx-tabs pre,
.highlight pre {
  background-color: #282a36 !important;
}

.sphinx-tabs div[class*='highlight-'] {
  margin: 0 !important;
}

.sphinx-tabs .ui.segment.sphinx-tab {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.sphinx-tabs .code-tab.tab {
  padding: 0 !important;
  border: 0 !important;
}

.rst-content pre.literal-block,
.rst-content div[class^='highlight'] {
  border: 0 !important;
}

#github-corner {
  position: fixed;
  top: 0;
  right: 0;
  border: 0;
  /* mix-blend-mode: darken; activate, to make the cat transparent */
}

#github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}
@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0);
  }
  20%,
  60% {
    transform: rotate(-25deg);
  }
  40%,
  80% {
    transform: rotate(10deg);
  }
}
@media (max-width: 500px) {
  #github-corner:hover .octo-arm {
    animation: none;
  }
  #github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }
}

#co2-neutral {
  margin-top: 15px;
  text-align: center;
}

#co2-neutral a {
  position: relative;
  cursor: pointer;
  display: block;
  z-index: 999;
}

#co2-neutral a img {
  width: 150px;
  height: auto;
  border: 0;
}

.wy-nav-content-wrap.shift {
  z-index: 1;
}

/******************************************************************************/

#policyConverterOutput,
#policyConverterInput {
  display: block;
  width: 100%;
  height: 20em;
}

#policyConverterError {
  color: red;
}

#managedPolicies_chosen div.chosen-drop ul.chosen-results {
  margin-bottom: 0;
  max-width: 100%;
}

#managedPolicies_chosen div.chosen-drop ul.chosen-results li {
  list-style: none;
  margin-left: 0;
}

#policy-converter input.labelauty + label {
  font-size: 18px;
  line-height: 18px;
  width: 100%;
}

#policy-converter input.labelauty + label > span {
  background: none;
}

#policy-converter input.labelauty + label > span[class$='checked'] {
  padding-left: 5px;
}

input.labelauty[class^='icon'] + label > span[class$='-image']::before {
  position: relative;
  top: -1px;
  font-family: 'devicon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

input.labelauty[class^='image'] + label > span[class$='-image']::before {
  position: relative;
  top: -1px;
  line-height: 1;
}

input.labelauty.iconJs + label > span[class$='-image']::before {
  content: '\e845';
}

input.labelauty.iconTs + label > span[class$='-image']::before {
  content: '\e920';
}

input.labelauty.iconPy + label > span[class$='-image']::before {
  content: '\eb89';
}

input.labelauty.imageOtter + label > span[class$='-image']::before {
  content: '🦦';
}

input.labelauty.imageStandalone + label > span[class$='-image']::before {
  content: '📦';
}

input.labelauty.imageYes + label > span[class$='-image']::before {
  content: '👍';
}

input.labelauty.imageNo + label > span[class$='-image']::before {
  content: '👎';
}

.policyConverterOptionsSection {
  display: inline-block;
  margin-right: 20px;
}

.policyConverterOptionsSection strong {
  display: block;
  margin-bottom: 3px;
}
