.literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint {
    background: #21252b !important;
    color: var(--white);
  }
  .hljs-copy-wrapper{
    overflow-x: hidden !important;
  }
  @media print {
    .no-print {
      visibility: hidden;
    }
  }

  .two-column {
   column-count: 2;
  }
  .font-size-75{
    font-size: 75%;;
  }
  .border-width-1 .tableblock{
    border-width: 1px !important;
  }
  .tiny{
    /* css to make a table tiny */

    line-height: 1.2em;

    border: 1px solid var(--border-color);
 
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    overflow: hidden;
    text-align: left;
      
  }
  .tiny td, .tiny td p{
    padding: .25em !important;
    margin:0 !important;
    line-height: 1 !important;
  }
  
  .width-25{
    width: 25% !important;
  }
  .fixed-height-source code {
  max-height: 250px !important;   
  overflow-y: auto;
}