/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * OhHighMark Stylesheet
 * 
 * CSS custom properties for easy customization.
 * Override these variables to customize the color scheme.
 */
:root {
  /* Colors used by OhHighMark */
  --ohm-text-color: #d8dee9;
  /* Main text color */
  --ohm-background-color: #2B303B;
  /* Background color */
  --ohm-linenos-color: #3b414d;
  /* Line numbers color */
  --ohm-linenos-bg-color: #2B303B;
  /* Line numbers background */
  --ohm-gray: #4c566a;
  /* Gray for HR */
  --ohm-green: #a3be8c;
  /* Green for quotes and lists */
  --ohm-grayish: #667084;
  /* Light gray for tables */
  --ohm-blue: #81a1c1;
  /* Blue for links */
  --ohm-intense-blue: #5e81ac;
  /* Darker blue for link hover */
  --ohm-yellow: #ebcb8b;
  /* Yellow for h1 */
  --ohm-orange: #d08770;
  /* Orange for h2 */
  --ohm-purple: #b48ead;
  /* Purple for h3 */
  --ohm-cyan: #8fbcbb;
  /* Cyan for h4-h6 */
  --ohm-table-bg: rgba(255, 248, 197, 0.2);
  /* Table row highlight */
  /* Font family for monospace content */
  --ohm-monospace-font: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; }

.ohhighmark {
  color: var(--ohm-text-color);
  background-color: var(--ohm-background-color);
  padding: 10px;
  margin: 0; }

/* Table structure */
.ohhighmark table.highlight {
  border-collapse: collapse;
  width: 100%;
  font-family: var(--ohm-monospace-font);
  font-size: 12px;
  line-height: 20px; }

.ohhighmark table.highlight tr {
  background: transparent; }

/* Line number cell */
.ohhighmark td.blob-num {
  padding: 0 10px;
  width: 1%;
  min-width: 30px;
  font-family: var(--ohm-monospace-font);
  font-size: 12px;
  line-height: 18px;
  color: var(--ohm-linenos-color);
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: var(--ohm-linenos-bg-color); }

/* Code content cell - CRITICAL: white-space: pre preserves spaces and line breaks */
.ohhighmark td.blob-code {
  padding: 0 10px;
  color: var(--ohm-text-color);
  vertical-align: top;
  overflow: auto;
  white-space: pre-wrap;
  /* IMPORTANT: Preserves whitespace */
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: var(--ohm-monospace-font);
  font-size: 12px;
  line-height: 18px; }

/* Table row highlighting */
.ohhighmark tr.table-line {
  background: var(--ohm-table-bg); }

/* Headings */
.ohhighmark .md-h1 {
  color: var(--ohm-yellow);
  font-weight: bold; }

.ohhighmark .md-h2 {
  color: var(--ohm-orange);
  font-weight: bold; }

.ohhighmark .md-h3 {
  color: var(--ohm-purple);
  font-weight: bold; }

.ohhighmark .md-h4,
.ohhighmark .md-h5,
.ohhighmark .md-h6 {
  color: var(--ohm-cyan);
  font-weight: bold; }

/* Text styles */
.ohhighmark .md-bold {
  font-weight: 700; }

.ohhighmark .md-italic {
  font-style: italic; }

.ohhighmark .md-em {
  font-weight: 700;
  font-style: italic; }

.ohhighmark .md-strikethrough {
  text-decoration: line-through; }

.ohhighmark .md-quote {
  font-style: italic;
  color: var(--ohm-green); }

/* Horizontal rule */
.ohhighmark .md-hr {
  color: var(--ohm-gray); }

/* Lists */
.ohhighmark .md-li {
  color: var(--ohm-green); }

/* Links */
.ohhighmark .md-link,
.ohhighmark .md-autolink {
  color: var(--ohm-blue);
  text-decoration: underline;
  text-underline-offset: 2px; }

.ohhighmark .md-link:link,
.ohhighmark .md-link:visited,
.ohhighmark .md-autolink:link,
.ohhighmark .md-autolink:visited {
  color: var(--ohm-blue); }

.ohhighmark .md-link:hover,
.ohhighmark .md-link:focus,
.ohhighmark .md-autolink:hover,
.ohhighmark .md-autolink:focus {
  color: var(--ohm-intense-blue); }

/* Tables */
.ohhighmark .md-table-pipe,
.ohhighmark .md-table-dash {
  color: var(--ohm-grayish); }

/* Code blocks and fences */
.ohhighmark .md-fence,
.ohhighmark .md-codeblock,
.ohhighmark .md-code {
  font-family: var(--ohm-monospace-font); }

.htmline {
  display: flex;
  height: 18px;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  line-height: 18px;
  background: #171A20;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.section {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0; }
  .section .label {
    padding: 0 10px;
    display: flex;
    align-items: center; }
  .section.a .label {
    text-transform: uppercase;
    font-weight: 700; }
  .section .icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle; }
  .section .branch-text {
    margin-left: 4px;
    font-size: 11px;
    font-weight: 600; }
  .section::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(18px / 2) 0 calc(18px / 2) 9px;
    border-color: transparent transparent transparent transparent;
    pointer-events: none; }
  .section.x::after, .section.y::after, .section.z::after {
    display: none; }
  .section.x::before, .section.y::before, .section.z::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(18px / 2) 9px calc(18px / 2) 0;
    border-color: transparent transparent transparent transparent;
    pointer-events: none; }

a, a:active, a:hover, a:focus, a:visited {
  color: inherit;
  text-decoration: none; }

.htmline-spacer {
  flex: 1; }

.section.a {
  background: #d08770;
  color: #11111b; }

.section.b {
  background: #81a1c1;
  color: #11111b; }

.section.c {
  background: #3b4252;
  color: #cdd6f4; }

.section.x {
  background: #3b4252;
  color: #cdd6f4; }

.section.y {
  background: #d08770;
  color: #11111b; }

.section.z {
  background: #b48ead;
  color: #11111b; }

.section.a::after {
  border-left-color: #d08770;
  background: #81a1c1; }

.section.b::after {
  border-left-color: #81a1c1;
  background: #171A20; }

.section.c::after {
  border-left-color: #3b4252;
  background: #3b4252; }

.section.x::after {
  border-left-color: #3b4252;
  background: #d08770; }

.section.y::after {
  border-left-color: #d08770;
  background: #b48ead; }

.section.z::after {
  border-left-color: #b48ead;
  background: #171A20; }

.section.x::before {
  border-right-color: #3b4252;
  background: #171A20; }

.section.y::before {
  border-right-color: #d08770;
  background: #3b4252; }

.section.z::before {
  border-right-color: #b48ead;
  background: #d08770; }

.htmline .label-short {
  display: none; }

.htmline .label-full {
  display: inline; }

@media (max-width: 768px) {
  .htmline {
    font-size: 11px; }
    .htmline .section .label {
      padding: 0 5px; }
    .htmline .label-full {
      display: none; }
    .htmline .label-short {
      display: inline;
      text-transform: uppercase; }
    .htmline .section.a .label small {
      display: none; }
    .htmline + * .muted {
      font-size: 10px; } }

body {
  background-color: #1e2229;
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  letter-spacing: 0.05ch; }

.container {
  max-width: 800px;
  border: 1px solid #2e3440;
  border-radius: 6px;
  padding: 5px;
  margin: 50px auto 50px auto; }
  .container header {
    background-color: #171A20;
    padding-top: 10px; }
    .container header nav {
      display: flex;
      margin-left: 50px;
      line-height: 20px;
      font-size: 13px; }
      .container header nav a, .container header nav a:visited {
        display: relative;
        color: #434c5e;
        background-color: #1e2229;
        padding: 5px 10px 0 10px;
        text-decoration: none;
        margin-right: 2px; }
      .container header nav a:hover, .container header nav a:active {
        display: relative;
        color: #667084;
        background-color: #2B303B; }
      .container header nav a.active {
        color: #d8dee9;
        background-color: #2B303B; }
      .container header nav .bright {
        color: #d8dee9; }
  .container footer {
    color: #d8dee9;
    background-color: #171A20; }
  .container .ohhighmark {
    word-wrap: break-all;
    overflow-wrap: break-all;
    padding: 25px 0 25px 0; }
    .container .ohhighmark *::-moz-selection {
      background: #171A20; }
    .container .ohhighmark *::selection {
      background: #171A20; }
    .container .ohhighmark *::-moz-selection {
      background: #171A20; }
    .container .ohhighmark table.highlight {
      table-layout: fixed; }
    .container .ohhighmark .blob-num {
      width: 30px; }
    .container .ohhighmark tr[data-line-number]:hover td.blob-num {
      color: var(--ohm-intense-blue);
      font-weight: bold; }
    .container .ohhighmark tr[data-line-number]:hover td.blob-code {
      background-color: rgba(0, 0, 0, 0.2); }
    .container .ohhighmark .md-em {
      color: #a3be8c; }

.muted {
  padding-left: 10px;
  color: #667084; }

@media (max-width: 768px) {
  .container {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word; }
    .container header nav {
      margin-left: 10px; }
    .container .ohhighmark {
      padding: 15px 5px 15px 5px; }
      .container .ohhighmark .blob-num {
        width: 1%; }
  body {
    font-size: 13px; }
  .muted {
    padding-left: 5px;
    font-size: 11px; } }
