.nobr {
  white-space: nowrap;
}

.navbar-dark {
  background: #161c2d;
}

.whiteify {
  filter:  brightness(0) invert(1);
}

h3
/* Code Blocks */
.listingblock > .title {
 font-weight: 800;
 color: #666;
 font-style: italic;
 font-size: 90%;
}

.listingblock .content pre {
  padding: 20px;
  border-radius: 8px;
}


.section-toc ul {
  list-style-type: none;
  padding-left: 0;
}

[id] {
  /* @media (min-height: 32em) { */
    scroll-margin-top: 110px;
  /* } */
}

/* ASCIIDOC Standard Styles */
/* Standard Stylesheet https://cdnjs.cloudflare.com/ajax/libs/asciidoctor.js/1.5.9/css/asciidoctor.css */
ul.none {
  list-style-type: none;
  padding-left: 1em;
}

ul.none li code {
  color: inherit;
  font-weight: bold;
}

#TableOfContents {
  border-left: solid 4px #f1f4f8;
}

.page-toc ul {
  list-style-type: none;
  padding-left: 0.5em;
}
.page-toc ul li, .section-toc ul li {
  line-height: 1.2;
  margin: 0.6em 0em;
}

/* .listingblock > .content {

} */



/*
.hljs-copy-button {
  color: black;
  background:white;
} */

