.listingblock .title {
  padding-top: 1.5rem;
  margin-bottom: -1rem;
  font-weight: bold;
  color: #bf6900;
}

.listingblock .content {
  display: block;
}

.colist td {
  border: 0px;
}
.linenos {
  border: 0px;
}
.code {
  border: 0px;
}

#toctitle {
  font-weight: bold;
  margin-bottom: 2.5rem;
}

pre {
  padding: 0.3rem;
  overflow:hidden;
}

table td,
table th {
  border: 0rem;
}

/* AsciiDoctor*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.admonitionblock > table {
  border-collapse: separate;
  border: 0;
  background: none;
  width: 100%;
}
.admonitionblock > table td.icon {
  text-align: center;
  width: 80px;
}
.admonitionblock > table td.icon img {
  max-width: none;
}
.admonitionblock > table td.icon .title {
  font-weight: bold;
  font-family: 'Open Sans', 'DejaVu Sans', sans-serif;
  text-transform: uppercase;
}
.admonitionblock > table td.content {
  padding-left: 1.125em;
  padding-right: 1.25em;
  border-left: 1px solid #ddddd8;
  color: inherit;
}
.admonitionblock > table td.content > :last-child > :last-child {
  margin-bottom: 0;
}
.admonitionblock td.icon [class^='fa icon-'] {
  font-size: 2.5em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  cursor: default;
}
.admonitionblock td.icon .icon-note::before {
  content: '\f05a';
  color: #19407c;
}
.admonitionblock td.icon .icon-tip::before {
  content: '\f0eb';
  text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8);
  color: #111;
}
.admonitionblock td.icon .icon-warning::before {
  content: '\f071';
  color: #bf6900;
}
.admonitionblock td.icon .icon-caution::before {
  content: '\f06d';
  color: #bf3400;
}
.admonitionblock td.icon .icon-important::before {
  content: '\f06a';
  color: #bf0000;
}
.conum[data-value] {
  display: inline-block;
  color: #fff !important;
  background-color: rgba(100, 100, 0, 0.8);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  font-size: 0.75em;
  width: 1.67em;
  height: 1.67em;
  line-height: 1.67em;
  font-family: 'Open Sans', 'DejaVu Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
}

.conum[data-value] * {
  color: #fff !important;
}
.conum[data-value] + b {
  display: none;
}
.conum[data-value]::after {
  content: attr(data-value);
}
pre .conum[data-value] {
  position: relative;
  top: -0.125em;
  overflow: hidden;
}
b.conum * {
  color: inherit !important;
}
.conum:not([data-value]):empty {
  display: none;
}

li > p {
  margin-top: 0.5px;
  margin-bottom: 0px;
}

li > p > a {
  margin-top: 0.5px;
  margin-bottom: 0px;
}

ul {
  margin-block-start: 0.5rem;
  margin-block-end: 0rem;
}

img {
  border-radius: 0.5rem;
}
