/* SHARED - Print Color Palette */
@supports (-webkit-appearance:none) {
  .palette-primary-print {
    background : #FFFFFF;
  }
}
.palette-primary-print .footer,
.palette-primary-print .header,
.palette-primary-print .drawer,
.palette-primary-print .drawer .toc a.current,
.palette-primary-print .drawer .toc a:focus,
.palette-primary-print .drawer .toc a:hover,
.palette-primary-print .drawer .anchor a,
.palette-primary-print .article a.headerlink,
.palette-primary-print .article .headerlink
{
  display : none;
}

.palette-primary-print .article span.tag {
  background : #000000;
}
@supports (-webkit-appearance:none) {
.palette-primary-neoverb {
      background : #FFFFFF;
    }
  }
  .palette-primary-neoverb .footer,
  .palette-primary-neoverb .header {
    background : #13161A;
  }
  .palette-primary-neoverb .drawer .toc a.current,
  .palette-primary-neoverb .drawer .toc a:focus,
  .palette-primary-neoverb .drawer .toc a:hover {
    color : #C90095;
  }
  .palette-primary-neoverb .drawer .anchor a {
    border-left : #C90095 solid 2px;
  }
  .palette-primary-neoverb .article a {
    color: #13161a;
    border-bottom: #009cd0 solid 1px;
    font-weight: 600;
  }
  .palette-accent-neoverb .article a:focus,
  .palette-accent-neoverb .article a:hover,
  .palette-primary-neoverb .article h1 {
    color : #C90095;
  }
  .palette-primary-neoverb .article h2 {
    color: #13161a;
  }
  .palette-primary-neoverb .article h3,
  .palette-primary-neoverb .article h5 {
    color: #313a42;
  }
  .palette-primary-neoverb .article h4,
  .palette-primary-neoverb .article h6 {
    color: #566068;
  }
  .palette-primary-neoverb .article table {
    border: #A5ACB2 1px solid;
  }
  .palette-primary-neoverb .article table th {
    background :  #13161A;
    text-transform: uppercase;
  }
  .palette-primary-neoverb .results .meta {
    background : #FFFFFF;
  }
  .palette-primary-neoverb .pagination .direction {
    color: #EF5B5F;
    font-size: 15px;
  }
  .palette-primary-neoverb .article .admonition.note {
    background: rgba(0, 156, 208, 0.1);
    border-color: #009cd0;
  }
  .palette-primary-neoverb .article .admonition.tip {
    background: rgba(201, 0, 149, 0.1);
    border-color: #C90095;
  }
  .palette-primary-neoverb .article .admonition.info {
    background: rgba(255, 96, 28, 0.1);
    border-color: #FF601C;
  }
  .palette-primary-neoverb .article .admonition.warning {
    background: rgba(239, 91, 95, 0.1);
    border-color: #EF5B5F;
  }
  .palette-primary-neoverb .article .admonition.link {
    background: rgba(128, 65, 182, 0.1);
    border-color: #8041B6;
  }
