/* Override this file to customise the theme's CSS for your site */
.hidden {
  display: none;
  visibility: hidden;
}

pre.language-ascii,
pre > code.language-ascii,
code.language-ascii {
    line-height: 1.1rem !important;
    font-family: monospace !important;
    white-space: pre !important;
    margin: 0 !important;
    padding: 0em !important;
    display: block !important;
    background: transparent !important;
    overflow: hidden !important;
}

pre > code[class^="language-"] {
    line-height: 1.1rem !important;
}