:root {
  --bg-body: #f5f5f5;
  --bg-content: #fff;
  --bg-nav: #f5f5f5;
  --bg-brand: #081F3F;
  --bg-footer: #51758D;
  --bg-table-stripe: #fcfcfc;
  --bg-code: #f8f8f8;
  --bg-blockquote: rgba(8, 31, 63, 0.05);
  --bg-manual-menu: #f1f1f1;
  --bg-manual-comment: #f4f4f4;
  --text-primary: #222;
  --text-secondary: #3A4145;
  --text-heading: #2E2E2E;
  --text-nav: #666;
  --text-nav-active: #111;
  --text-light: #888;
  --text-muted: #999;
  --text-code: #51758D;
  --text-manual-menu: #111;
  --text-manual-menu-hover: #d1d1d1;
  --border-color: #EEE;
  --border-color-dark: #CCC;
  --border-light: #ddd;
  --link-color: #4A4A4A;
  --link-hover: #111;
  --action-color: #2980b9;
  --accent-gold: #FCB326;
  --accent-blue: #51758D;
  --blockquote-border: #081F3F;
}

@media (prefers-color-scheme: dark) {
  :root:not(.light-mode) {
    --bg-body: #0a1929;
    --bg-content: #1a2332;
    --bg-nav: #152638;
    --bg-brand: #0d2847;
    --bg-footer: #3a5c7d;
    --bg-table-stripe: #212d3d;
    --bg-code: #1e2a38;
    --bg-blockquote: rgba(13, 40, 71, 0.3);
    --bg-manual-menu: #1a2332;
    --bg-manual-comment: #212d3d;
    --text-primary: #e8edf2;
    --text-secondary: #b8c5d6;
    --text-heading: #f0f4f8;
    --text-nav: #b9b9b9;
    --text-nav-active: #ffffff;
    --text-light: #8a9aaf;
    --text-muted: #6a7a8f;
    --text-code: #7ba3c7;
    --text-manual-menu: #e8edf2;
    --text-manual-menu-hover: #7ba3c7;
    --border-color: #2d3f52;
    --border-color-dark: #3d4f62;
    --border-light: #2d3f52;
    --link-color: #7ba3c7;
    --link-hover: #a8c9e8;
    --action-color: #5a9dd9;
    --accent-gold: #FCB326;
    --accent-blue: #7ba3c7;
    --blockquote-border: #4a7ab8;
  }
}
.dark-mode {
  --bg-body: #0a1929;
  --bg-content: #1a2332;
  --bg-nav: #152638;
  --bg-brand: #0d2847;
  --bg-footer: #3a5c7d;
  --bg-table-stripe: #212d3d;
  --bg-code: #1e2a38;
  --bg-blockquote: rgba(13, 40, 71, 0.3);
  --bg-manual-menu: #1a2332;
  --bg-manual-comment: #212d3d;
  --text-primary: #e8edf2;
  --text-secondary: #b8c5d6;
  --text-heading: #f0f4f8;
  --text-nav: #b9b9b9;
  --text-nav-active: #ffffff;
  --text-light: #8a9aaf;
  --text-muted: #6a7a8f;
  --text-code: #7ba3c7;
  --text-manual-menu: #e8edf2;
  --text-manual-menu-hover: #7ba3c7;
  --border-color: #2d3f52;
  --border-color-dark: #3d4f62;
  --border-light: #2d3f52;
  --link-color: #7ba3c7;
  --link-hover: #a8c9e8;
  --action-color: #5a9dd9;
  --accent-gold: #FCB326;
  --accent-blue: #7ba3c7;
  --blockquote-border: #4a7ab8;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #87ceeb;
}
.highlight { /* Comment */ }
.highlight .err {
  color: #ffffff;
}
.highlight { /* Error */ }
.highlight .g {
  color: #ffffff;
}
.highlight { /* Generic */ }
.highlight .k {
  color: #f0e68c;
}
.highlight { /* Keyword */ }
.highlight .l {
  color: #ffffff;
}
.highlight { /* Literal */ }
.highlight .n {
  color: #ffffff;
}
.highlight { /* Name */ }
.highlight .o {
  color: #ffffff;
}
.highlight { /* Operator */ }
.highlight .x {
  color: #ffffff;
}
.highlight { /* Other */ }
.highlight .p {
  color: #ffffff;
}
.highlight { /* Punctuation */ }
.highlight .cm {
  color: #87ceeb;
}
.highlight { /* Comment.Multiline */ }
.highlight .cp {
  color: #cd5c5c;
}
.highlight { /* Comment.Preproc */ }
.highlight .c1 {
  color: #87ceeb;
}
.highlight { /* Comment.Single */ }
.highlight .cs {
  color: #87ceeb;
}
.highlight { /* Comment.Special */ }
.highlight .gd {
  color: #0000c0;
  font-weight: bold;
  background-color: #008080;
}
.highlight { /* Generic.Deleted */ }
.highlight .ge {
  color: #c000c0;
  text-decoration: underline;
}
.highlight { /* Generic.Emph */ }
.highlight .gr {
  color: #c0c0c0;
  font-weight: bold;
  background-color: #c00000;
}
.highlight { /* Generic.Error */ }
.highlight .gh {
  color: #cd5c5c;
}
.highlight { /* Generic.Heading */ }
.highlight .gi {
  color: #ffffff;
  background-color: #0000c0;
}
.highlight { /* Generic.Inserted */ }
.highlight span.go {
  color: #add8e6;
  font-weight: bold;
  background-color: #4d4d4d;
}
.highlight { /* Generic.Output, qualified with span to prevent applying this style to the Go language, see #1153. */ }
.highlight .gp {
  color: #ffffff;
}
.highlight { /* Generic.Prompt */ }
.highlight .gs {
  color: #ffffff;
}
.highlight { /* Generic.Strong */ }
.highlight .gu {
  color: #cd5c5c;
}
.highlight { /* Generic.Subheading */ }
.highlight .gt {
  color: #c0c0c0;
  font-weight: bold;
  background-color: #c00000;
}
.highlight { /* Generic.Traceback */ }
.highlight .kc {
  color: #f0e68c;
}
.highlight { /* Keyword.Constant */ }
.highlight .kd {
  color: #f0e68c;
}
.highlight { /* Keyword.Declaration */ }
.highlight .kn {
  color: #f0e68c;
}
.highlight { /* Keyword.Namespace */ }
.highlight .kp {
  color: #f0e68c;
}
.highlight { /* Keyword.Pseudo */ }
.highlight .kr {
  color: #f0e68c;
}
.highlight { /* Keyword.Reserved */ }
.highlight .kt {
  color: #bdb76b;
}
.highlight { /* Keyword.Type */ }
.highlight .ld {
  color: #ffffff;
}
.highlight { /* Literal.Date */ }
.highlight .m {
  color: #EAB289;
}
.highlight { /* Literal.Number */ }
.highlight .s {
  color: #EAB289;
}
.highlight { /* Literal.String */ }
.highlight .na {
  color: #8CF0E8;
}
.highlight { /* Name.Attribute */ }
.highlight .nb {
  color: #ffffff;
}
.highlight { /* Name.Builtin */ }
.highlight .nc {
  color: #ffffff;
}
.highlight { /* Name.Class */ }
.highlight .no {
  color: #ffa0a0;
}
.highlight { /* Name.Constant */ }
.highlight .nd {
  color: #ffffff;
}
.highlight { /* Name.Decorator */ }
.highlight .ni {
  color: #ffdead;
}
.highlight { /* Name.Entity */ }
.highlight .ne {
  color: #ffffff;
}
.highlight { /* Name.Exception */ }
.highlight .nf {
  color: #ffffff;
}
.highlight { /* Name.Function */ }
.highlight .nl {
  color: #ffffff;
}
.highlight { /* Name.Label */ }
.highlight .nn {
  color: #ffffff;
}
.highlight { /* Name.Namespace */ }
.highlight .nx {
  color: #ffffff;
}
.highlight { /* Name.Other */ }
.highlight .py {
  color: #ffffff;
}
.highlight { /* Name.Property */ }
.highlight .nt {
  color: #f0e68c;
}
.highlight { /* Name.Tag */ }
.highlight .nv {
  color: #98fb98;
}
.highlight { /* Name.Variable */ }
.highlight .ow {
  color: #ffffff;
}
.highlight { /* Operator.Word */ }
.highlight .w {
  color: #ffffff;
}
.highlight { /* Text.Whitespace */ }
.highlight .mf {
  color: #ffffff;
}
.highlight { /* Literal.Number.Float */ }
.highlight .mh {
  color: #ffffff;
}
.highlight { /* Literal.Number.Hex */ }
.highlight .mi {
  color: #ffffff;
}
.highlight { /* Literal.Number.Integer */ }
.highlight .mo {
  color: #ffffff;
}
.highlight { /* Literal.Number.Oct */ }
.highlight .sb {
  color: #ffffff;
}
.highlight { /* Literal.String.Backtick */ }
.highlight .sc {
  color: #ffffff;
}
.highlight { /* Literal.String.Char */ }
.highlight .sd {
  color: #ffffff;
}
.highlight { /* Literal.String.Doc */ }
.highlight .s2 {
  color: #ffffff;
}
.highlight { /* Literal.String.Double */ }
.highlight .se {
  color: #ffffff;
}
.highlight { /* Literal.String.Escape */ }
.highlight .sh {
  color: #ffffff;
}
.highlight { /* Literal.String.Heredoc */ }
.highlight .si {
  color: #ffffff;
}
.highlight { /* Literal.String.Interpol */ }
.highlight .sx {
  color: #ffffff;
}
.highlight { /* Literal.String.Other */ }
.highlight .sr {
  color: #ffffff;
}
.highlight { /* Literal.String.Regex */ }
.highlight .s1 {
  color: #ffffff;
}
.highlight { /* Literal.String.Single */ }
.highlight .ss {
  color: #ffffff;
}
.highlight { /* Literal.String.Symbol */ }
.highlight .bp {
  color: #ffffff;
}
.highlight { /* Name.Builtin.Pseudo */ }
.highlight .vc {
  color: #98fb98;
}
.highlight { /* Name.Variable.Class */ }
.highlight .vg {
  color: #98fb98;
}
.highlight { /* Name.Variable.Global */ }
.highlight .vi {
  color: #98fb98;
}
.highlight { /* Name.Variable.Instance */ }
.highlight .il {
  color: #ffffff;
}
.highlight { /* Literal.Number.Integer.Long */ }
.highlight .bash .nv {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.language-bash .highlight .nb {
  color: #99D4FF;
}

html {
  height: 100%;
  max-height: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  height: 100%;
  max-height: 100%;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.01rem;
  font-size: 1.5em;
  line-height: 1.4em;
  color: var(--text-secondary);
  font-weight: 400;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  text-rendering: geometricPrecision;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
select,
textarea,
table {
  -webkit-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
  -moz-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
  -o-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
  font-family: "Open Sans", sans-serif;
  text-rendering: geometricPrecision;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-heading);
  line-height: 1.15em;
  margin: 0.4em 0 0.4em 0;
  font-weight: 600;
}

h1 {
  font-size: 4rem;
  letter-spacing: -2px;
  text-indent: -3px;
}

h2 {
  font-size: 3.2rem;
  letter-spacing: -1px;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.6rem;
}

a {
  color: var(--link-color);
  transition: color 0.2s ease;
}

a:hover {
  color: var(--link-hover);
}

p, .settings-panel-example,
ul,
ol,
dl,
figure {
  -webkit-font-feature-settings: "liga" 1, "onum" 1, "kern" 1;
  -moz-font-feature-settings: "liga" 1, "onum" 1, "kern" 1;
  -o-font-feature-settings: "liga" 1, "onum" 1, "kern" 1;
  margin: 0 0 1.75em 0;
  text-rendering: geometricPrecision;
}

ol,
ul {
  padding-left: 3rem;
}

ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0 0 0.4em 0;
  padding-left: 2em;
}

dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 1em;
}

dl dd {
  margin-left: 200px;
  margin-bottom: 1em;
}

li {
  margin: 0.4em 0;
}

li li {
  margin: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: var(--border-color) 1px solid;
  margin: 3.2em 0;
  padding: 0;
}

mark {
  background-color: #fdffb6;
}

kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: var(--border-color-dark) 1px solid;
  color: var(--text-nav);
  text-shadow: #FFF 0 1px 0;
  font-size: 0.9em;
  font-weight: 700;
  background: var(--bg-nav);
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
}

@media only screen and (max-width: 900px) {
  blockquote {
    margin-left: 0;
  }
  hr {
    margin: 2.4em 0;
  }
  ol,
  ul {
    padding-left: 2em;
  }
  h1 {
    font-size: 3.6rem;
    text-indent: -2px;
  }
  h2 {
    font-size: 2.9rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 500px) {
  hr {
    margin: 1.75em 0;
  }
  p, .settings-panel-example,
  ul,
  ol,
  dl {
    font-size: 0.95em;
    margin: 0 0 2.5rem 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 0.3em 0;
  }
  h1 {
    font-size: 2.3rem;
    letter-spacing: -1px;
  }
  h2 {
    font-size: 2rem;
    letter-spacing: 0;
  }
  h3 {
    font-size: 1.7rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
pre, code, tt {
  font-family: Inconsolata, Consolas, Courier, "Courier New", "Liberation Mono", monospace;
  font-size: 1.05em;
  white-space: pre-wrap;
  border-radius: 2px;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 2px;
  color: var(--text-code);
}

pre {
  box-sizing: border-box;
  margin: 0 0 1.75em 0;
  width: 100%;
  padding: 10px;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  border-radius: 3px;
}
pre code, pre tt {
  font-size: inherit;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0;
}

blockquote > code,
li > code,
p > code,
.settings-panel-example > code {
  padding: 4px 6px;
  white-space: nowrap;
}

span.opcode {
  font-family: Inconsolata, Consolas, Courier, "Courier New", "Liberation Mono", monospace;
  padding: 4px 6px;
  white-space: nowrap;
}

table {
  width: 100%;
  margin-bottom: 1.75em;
}

tr {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color-dark);
  border-left: 1px solid var(--border-color-dark);
}

tr:nth-child(even) {
  background-color: var(--bg-table-stripe);
}

td, th {
  padding: 8px;
  text-align: left;
  border-right: 1px solid var(--border-color-dark);
  border-left: 1px solid var(--border-color-dark);
}

th {
  border-top: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
  border-right: 1px solid var(--border-color-dark);
  border-left: 1px solid var(--border-color-dark);
  padding-bottom: 4px;
}

input::-ms-clear,
input::-ms-reveal {
  display: none !important;
}

#header_img {
  width: 100%;
  height: 85px;
}

.header-image-container {
  position: relative;
  width: 100%;
}

body {
  height: auto;
  overflow-x: hidden;
  background-color: var(--bg-body);
}
body.nav-open {
  overflow: hidden;
}
body.nav-open nav,
body.nav-open header > form {
  display: block;
}
body.nav-open header {
  bottom: 0;
}
body::before {
  content: "";
  background-color: var(--bg-content);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 700px) {
  body {
    padding: 0 0 0 250px;
  }
  body.nav-open {
    overflow: auto;
  }
  body::after, body::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  body::after {
    left: 0;
    width: 250px;
    background-color: var(--bg-nav);
  }
  body #search-input, body::after {
    box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.1);
  }
  body::before {
    left: 250px;
    right: 0;
    background-color: var(--bg-content);
  }
}

.main {
  margin-top: 10px;
}
@media (min-width: 700px) {
  .main {
    margin-top: 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  z-index: 1;
  background-color: var(--bg-nav);
}
header ul {
  padding: 0;
  margin: 0;
}
header h1 {
  padding: 12.5px 10px;
  height: 60px;
  box-sizing: border-box;
  background-color: #081F3F;
  color: #fff;
  margin: 0;
  font-size: 1.7rem;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 600;
  text-indent: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
header h1 img {
  height: 35px;
  width: 35px;
  margin-right: 5px;
}
header .subtitle {
  font-size: 1.3rem;
  box-sizing: border-box;
  background-color: #081F3F;
  font-family: "Open Sans", sans-serif;
  color: white;
  padding-left: 10px;
  padding-bottom: 5px;
}
header .open-nav {
  background-image: url("/images/menu.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  border: 0;
  position: absolute;
  top: 12.5px;
  right: 10px;
  border-radius: 2px;
}
header .open-nav:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.05);
}
header .open-nav:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 700px) {
  header {
    background-color: transparent;
    width: 250px;
    right: auto;
    bottom: auto;
  }
  header .open-nav {
    display: none;
  }
  header h1 {
    box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.1);
  }
}

.content {
  position: relative;
  background-color: var(--bg-content);
  color: var(--text-primary);
  text-align: justify;
}

.content,
.page-header {
  max-width: 1000px;
  padding: 0 15px 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
}

.share {
  font-weight: bold;
  margin: 0 0 1em 0;
}
.share a {
  width: 1em;
  padding: 0 0.25em;
  text-decoration: none;
}

.disqus {
  background-color: var(--bg-content);
  color: var(--text-primary);
  max-width: 1000px;
  font-size: small;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 10px;
}

.page-footer {
  max-width: 1000px;
  font-size: small;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  text-align: right;
  margin-left: auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 10px;
}

.page-header h2,
.page-header h3 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -1px;
}
.page-header h2 {
  font-size: 1.5rem;
  margin-left: -1px;
  color: var(--text-light);
  letter-spacing: 0;
}
.page-header h3 {
  font-size: 2rem;
  margin-left: -4px;
}
@media (min-width: 700px) {
  .page-header h2 {
    font-size: 2.5rem;
  }
  .page-header h3 {
    font-size: 4rem;
  }
}
@media (min-width: 1290px) {
  .page-header {
    margin-top: 55px;
  }
}

header {
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 700px) {
  header {
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    height: 100%; /* Full-height: remove this if you want "auto" height */
  }
}

nav,
header > form {
  display: none;
}
@media (min-width: 700px) {
  nav,
  header > form {
    display: block;
  }
}

nav > ul {
  padding: 5px 0;
}
nav > ul + ul {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}

.nav-item {
  display: block;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  margin: 0;
}
nav:not(.full-navigation) .nav-item > ul {
  display: none;
}
nav:not(.full-navigation) .nav-item.current > ul {
  display: block;
}
.nav-item > a {
  color: var(--text-nav);
  text-decoration: none;
  font-size: 1.4rem;
  padding: 5px 0 5px 40px;
  display: block;
}
.nav-item.current > a,
.nav-item > a:active,
.nav-item > a:hover {
  color: var(--text-nav-active);
}
.nav-item.top-level > a {
  line-height: 1.5;
  font-weight: 600;
  padding-left: 10px;
}

.settings-panel-example {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.settings-panel-example .example {
  max-width: 300px;
  background-color: var(--bg-nav);
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
  border-radius: 2px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .settings-panel-example {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .settings-panel-example .details {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 20px;
  }
  .settings-panel-example p + .highlight > pre, .settings-panel-example .settings-panel-example + .highlight > pre {
    margin-bottom: 0;
  }
  .settings-panel-example .example {
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 100%;
  }
}

.highlight {
  margin-left: 0;
  margin-right: 0;
}

h3 + .warning {
  margin-top: 1.75em;
}

h4 code {
  background: var(--bg-nav);
  color: var(--text-primary);
  background-color: transparent;
  font-weight: 700;
  padding: 0;
  font-size: 1.1em;
  line-height: 1;
}

h4 svg {
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -2px;
  fill: var(--text-heading);
  height: 23px;
}

.required {
  position: relative;
}

.required::after {
  content: "REQUIRED";
  font-size: 12px;
  position: absolute;
  top: 5px;
  line-height: 1;
  color: #081F3F;
  padding-left: 5px;
}

#search-results {
  margin: 0;
  padding: 0;
}
#search-results li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#search-results li h4 {
  font-size: 2rem;
}
#search-results li p, #search-results li .settings-panel-example {
  line-height: 1.5;
}

#search-input {
  -webkit-appearance: none;
  display: block;
  margin: 0;
  padding: 10px 20px 10px 15px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  border-left: 5px solid transparent;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}
#search-input:focus {
  outline: none;
  border-left-color: #081F3F;
}

.blog,
.blog > div {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog .date {
  color: var(--text-light);
  font-style: italic;
}

.badge {
  font-family: "Open Sans", sans-serif;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 2px;
  background: var(--border-color);
  font-weight: bold;
}
.badge.major {
  background: #081F3F;
  color: #fff;
}

blockquote {
  border-left: 5px solid #FD0;
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -10px;
  background-color: var(--bg-blockquote);
  border-color: #081F3F;
}
blockquote p:last-child, blockquote .settings-panel-example:last-child {
  margin-bottom: 0;
}
@media (max-width: 1290px) {
  blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.editor-link {
  display: none;
  margin-top: 0;
}
.editor-link .btn {
  border: 0;
  border-radius: 2px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  font-size: 2rem;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  background-color: #f7e064;
  color: #333;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.editor-link .btn:hover {
  background-color: #f4d525;
  color: #333;
}

.cms-editor-active .editor-link {
  display: block;
}

/*
*	Footer
*/
.site-footer {
  padding: 1em 1em 2em 1em;
  background-color: #51758D;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:active, .site-footer a:focus, .site-footer a:hover {
  color: rgb(229.5, 229.5, 229.5);
}
.site-footer a:active, .site-footer a:focus {
  outline: none;
}
.site-footer {
  /* Clear floats after the columns */
}
.site-footer .row {
  display: table;
  width: 100%;
}
.site-footer {
  /*
  *	Site Navigation (left)
  */
}
.site-footer .site-navigation {
  display: table-cell;
  width: 33.33%;
  font-size: 0.9em;
}
.site-footer {
  /*
  *	Contact Info (center)
  */
}
.site-footer .site-contact {
  margin-top: 1em;
  width: 33.33%;
  display: table-cell;
  /*
  @include span-columns(12);
  @include media ($mobile) {
  	@include span-columns(6);
  	margin-top: 0;
  	margin-right: 0;
  }
  @include media ($tablet) {
  	@include span-columns(4);
  	margin-top: 0;
  }*/
  font-size: 0.9em;
}
.site-footer .site-contact i {
  width: 1.25em;
  text-align: center;
}
.site-footer .site-contact {
  /*
  		ul {
  			@extend %default-ul;
  		}
  */
}
.site-footer {
  /*
  *	Site Description/Signature (right)
  */
}
.site-footer .site-signature {
  margin-top: 1em;
  width: 33.33%;
  display: table-cell;
  /*
  @include span-columns(12);
  @include media ($tablet) {
  	@include span-columns(4);
  	margin-right: 0;
  	margin-top: 0;
  }
        */
  font-size: 0.9em;
}
.site-footer .site-signature a {
  text-decoration: underline;
}

hr {
  border: none;
  height: 2px;
  background-color: #081F3F;
}

.theme-toggle {
  padding: 0.4rem 0.6rem;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.theme-toggle:hover {
  background-color: var(--bg-nav);
  border-color: var(--border-color-dark);
}
.theme-toggle svg {
  color: var(--text-heading);
  display: block;
  width: 18px;
  height: 18px;
}
.theme-toggle .sun-icon {
  display: none;
}
.theme-toggle .moon-icon {
  display: block;
}

.dark-mode .theme-toggle {
  background-color: rgba(0, 0, 0, 0.7);
}
.dark-mode .theme-toggle .sun-icon {
  display: block;
}
.dark-mode .theme-toggle .moon-icon {
  display: none;
}

:root:not(.dark-mode) .highlight pre {
  background-color: #272822;
}
:root:not(.dark-mode) .highlight .hll {
  background-color: #272822;
}
:root:not(.dark-mode) .highlight .c {
  color: #75715e;
}
:root:not(.dark-mode) { /* Comment */ }
:root:not(.dark-mode) .highlight .err {
  color: #960050;
  background-color: #1e0010;
}
:root:not(.dark-mode) { /* Error */ }
:root:not(.dark-mode) .highlight .k {
  color: #66d9ef;
}
:root:not(.dark-mode) { /* Keyword */ }
:root:not(.dark-mode) .highlight .l {
  color: #ae81ff;
}
:root:not(.dark-mode) { /* Literal */ }
:root:not(.dark-mode) .highlight .n {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name */ }
:root:not(.dark-mode) .highlight .o {
  color: #f92672;
}
:root:not(.dark-mode) { /* Operator */ }
:root:not(.dark-mode) .highlight .p {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Punctuation */ }
:root:not(.dark-mode) .highlight .cm {
  color: #75715e;
}
:root:not(.dark-mode) { /* Comment.Multiline */ }
:root:not(.dark-mode) .highlight .cp {
  color: #75715e;
}
:root:not(.dark-mode) { /* Comment.Preproc */ }
:root:not(.dark-mode) .highlight .c1 {
  color: #75715e;
}
:root:not(.dark-mode) { /* Comment.Single */ }
:root:not(.dark-mode) .highlight .cs {
  color: #75715e;
}
:root:not(.dark-mode) { /* Comment.Special */ }
:root:not(.dark-mode) .highlight .ge {
  font-style: italic;
}
:root:not(.dark-mode) { /* Generic.Emph */ }
:root:not(.dark-mode) .highlight .gs {
  font-weight: bold;
}
:root:not(.dark-mode) { /* Generic.Strong */ }
:root:not(.dark-mode) .highlight .kc {
  color: #66d9ef;
}
:root:not(.dark-mode) { /* Keyword.Constant */ }
:root:not(.dark-mode) .highlight .kd {
  color: #66d9ef;
}
:root:not(.dark-mode) { /* Keyword.Declaration */ }
:root:not(.dark-mode) .highlight .kn {
  color: #f92672;
}
:root:not(.dark-mode) { /* Keyword.Namespace */ }
:root:not(.dark-mode) .highlight .kp {
  color: #66d9ef;
}
:root:not(.dark-mode) { /* Keyword.Pseudo */ }
:root:not(.dark-mode) .highlight .kr {
  color: #66d9ef;
}
:root:not(.dark-mode) { /* Keyword.Reserved */ }
:root:not(.dark-mode) .highlight .kt {
  color: #66d9ef;
}
:root:not(.dark-mode) { /* Keyword.Type */ }
:root:not(.dark-mode) .highlight .ld {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.Date */ }
:root:not(.dark-mode) .highlight .m {
  color: #ae81ff;
}
:root:not(.dark-mode) { /* Literal.Number */ }
:root:not(.dark-mode) .highlight .s {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String */ }
:root:not(.dark-mode) .highlight .na {
  color: #a6e22e;
}
:root:not(.dark-mode) { /* Name.Attribute */ }
:root:not(.dark-mode) .highlight .nb {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Builtin */ }
:root:not(.dark-mode) .highlight .nc {
  color: #a6e22e;
}
:root:not(.dark-mode) { /* Name.Class */ }
:root:not(.dark-mode) .highlight .no {
  color: #66d9ef;
}
:root:not(.dark-mode) { /* Name.Constant */ }
:root:not(.dark-mode) .highlight .nd {
  color: #a6e22e;
}
:root:not(.dark-mode) { /* Name.Decorator */ }
:root:not(.dark-mode) .highlight .ni {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Entity */ }
:root:not(.dark-mode) .highlight .ne {
  color: #a6e22e;
}
:root:not(.dark-mode) { /* Name.Exception */ }
:root:not(.dark-mode) .highlight .nf {
  color: #a6e22e;
}
:root:not(.dark-mode) { /* Name.Function */ }
:root:not(.dark-mode) .highlight .nl {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Label */ }
:root:not(.dark-mode) .highlight .nn {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Namespace */ }
:root:not(.dark-mode) .highlight .nx {
  color: #a6e22e;
}
:root:not(.dark-mode) { /* Name.Other */ }
:root:not(.dark-mode) .highlight .py {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Property */ }
:root:not(.dark-mode) .highlight .nt {
  color: #f92672;
}
:root:not(.dark-mode) { /* Name.Tag */ }
:root:not(.dark-mode) .highlight .nv {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Variable */ }
:root:not(.dark-mode) .highlight .ow {
  color: #f92672;
}
:root:not(.dark-mode) { /* Operator.Word */ }
:root:not(.dark-mode) .highlight .w {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Text.Whitespace */ }
:root:not(.dark-mode) .highlight .mf {
  color: #ae81ff;
}
:root:not(.dark-mode) { /* Literal.Number.Float */ }
:root:not(.dark-mode) .highlight .mh {
  color: #ae81ff;
}
:root:not(.dark-mode) { /* Literal.Number.Hex */ }
:root:not(.dark-mode) .highlight .mi {
  color: #ae81ff;
}
:root:not(.dark-mode) { /* Literal.Number.Integer */ }
:root:not(.dark-mode) .highlight .mo {
  color: #ae81ff;
}
:root:not(.dark-mode) { /* Literal.Number.Oct */ }
:root:not(.dark-mode) .highlight .sb {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Backtick */ }
:root:not(.dark-mode) .highlight .sc {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Char */ }
:root:not(.dark-mode) .highlight .sd {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Doc */ }
:root:not(.dark-mode) .highlight .s2 {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Double */ }
:root:not(.dark-mode) .highlight .se {
  color: #ae81ff;
}
:root:not(.dark-mode) { /* Literal.String.Escape */ }
:root:not(.dark-mode) .highlight .sh {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Heredoc */ }
:root:not(.dark-mode) .highlight .si {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Interpol */ }
:root:not(.dark-mode) .highlight .sx {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Other */ }
:root:not(.dark-mode) .highlight .sr {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Regex */ }
:root:not(.dark-mode) .highlight .s1 {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Single */ }
:root:not(.dark-mode) .highlight .ss {
  color: #e6db74;
}
:root:not(.dark-mode) { /* Literal.String.Symbol */ }
:root:not(.dark-mode) .highlight .bp {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Builtin.Pseudo */ }
:root:not(.dark-mode) .highlight .vc {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Variable.Class */ }
:root:not(.dark-mode) .highlight .vg {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Variable.Global */ }
:root:not(.dark-mode) .highlight .vi {
  color: #f8f8f2;
}
:root:not(.dark-mode) { /* Name.Variable.Instance */ }
:root:not(.dark-mode) .highlight .il {
  color: #ae81ff;
}
:root:not(.dark-mode) { /* Literal.Number.Integer.Long */ }
:root:not(.dark-mode) { /* Generic Heading & Diff Header */ }
:root:not(.dark-mode) .highlight .gu {
  color: #75715e;
}
:root:not(.dark-mode) { /* Generic.Subheading & Diff Unified/Comment? */ }
:root:not(.dark-mode) .highlight .gd {
  color: #f92672;
}
:root:not(.dark-mode) { /* Generic.Deleted & Diff Deleted */ }
:root:not(.dark-mode) .highlight .gi {
  color: #a6e22e;
}
:root:not(.dark-mode) { /* Generic.Inserted & Diff Inserted */ }

@media (prefers-color-scheme: dark) {
  :root:not(.light-mode) .highlight pre {
    background-color: #272822;
  }
  :root:not(.light-mode) .highlight .hll {
    background-color: #272822;
  }
  :root:not(.light-mode) .highlight .c {
    color: #75715e;
  }
  :root:not(.light-mode) { /* Comment */ }
  :root:not(.light-mode) .highlight .err {
    color: #960050;
    background-color: #1e0010;
  }
  :root:not(.light-mode) { /* Error */ }
  :root:not(.light-mode) .highlight .k {
    color: #66d9ef;
  }
  :root:not(.light-mode) { /* Keyword */ }
  :root:not(.light-mode) .highlight .l {
    color: #ae81ff;
  }
  :root:not(.light-mode) { /* Literal */ }
  :root:not(.light-mode) .highlight .n {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name */ }
  :root:not(.light-mode) .highlight .o {
    color: #f92672;
  }
  :root:not(.light-mode) { /* Operator */ }
  :root:not(.light-mode) .highlight .p {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Punctuation */ }
  :root:not(.light-mode) .highlight .cm {
    color: #75715e;
  }
  :root:not(.light-mode) { /* Comment.Multiline */ }
  :root:not(.light-mode) .highlight .cp {
    color: #75715e;
  }
  :root:not(.light-mode) { /* Comment.Preproc */ }
  :root:not(.light-mode) .highlight .c1 {
    color: #75715e;
  }
  :root:not(.light-mode) { /* Comment.Single */ }
  :root:not(.light-mode) .highlight .cs {
    color: #75715e;
  }
  :root:not(.light-mode) { /* Comment.Special */ }
  :root:not(.light-mode) .highlight .ge {
    font-style: italic;
  }
  :root:not(.light-mode) { /* Generic.Emph */ }
  :root:not(.light-mode) .highlight .gs {
    font-weight: bold;
  }
  :root:not(.light-mode) { /* Generic.Strong */ }
  :root:not(.light-mode) .highlight .kc {
    color: #66d9ef;
  }
  :root:not(.light-mode) { /* Keyword.Constant */ }
  :root:not(.light-mode) .highlight .kd {
    color: #66d9ef;
  }
  :root:not(.light-mode) { /* Keyword.Declaration */ }
  :root:not(.light-mode) .highlight .kn {
    color: #f92672;
  }
  :root:not(.light-mode) { /* Keyword.Namespace */ }
  :root:not(.light-mode) .highlight .kp {
    color: #66d9ef;
  }
  :root:not(.light-mode) { /* Keyword.Pseudo */ }
  :root:not(.light-mode) .highlight .kr {
    color: #66d9ef;
  }
  :root:not(.light-mode) { /* Keyword.Reserved */ }
  :root:not(.light-mode) .highlight .kt {
    color: #66d9ef;
  }
  :root:not(.light-mode) { /* Keyword.Type */ }
  :root:not(.light-mode) .highlight .ld {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.Date */ }
  :root:not(.light-mode) .highlight .m {
    color: #ae81ff;
  }
  :root:not(.light-mode) { /* Literal.Number */ }
  :root:not(.light-mode) .highlight .s {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String */ }
  :root:not(.light-mode) .highlight .na {
    color: #a6e22e;
  }
  :root:not(.light-mode) { /* Name.Attribute */ }
  :root:not(.light-mode) .highlight .nb {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Builtin */ }
  :root:not(.light-mode) .highlight .nc {
    color: #a6e22e;
  }
  :root:not(.light-mode) { /* Name.Class */ }
  :root:not(.light-mode) .highlight .no {
    color: #66d9ef;
  }
  :root:not(.light-mode) { /* Name.Constant */ }
  :root:not(.light-mode) .highlight .nd {
    color: #a6e22e;
  }
  :root:not(.light-mode) { /* Name.Decorator */ }
  :root:not(.light-mode) .highlight .ni {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Entity */ }
  :root:not(.light-mode) .highlight .ne {
    color: #a6e22e;
  }
  :root:not(.light-mode) { /* Name.Exception */ }
  :root:not(.light-mode) .highlight .nf {
    color: #a6e22e;
  }
  :root:not(.light-mode) { /* Name.Function */ }
  :root:not(.light-mode) .highlight .nl {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Label */ }
  :root:not(.light-mode) .highlight .nn {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Namespace */ }
  :root:not(.light-mode) .highlight .nx {
    color: #a6e22e;
  }
  :root:not(.light-mode) { /* Name.Other */ }
  :root:not(.light-mode) .highlight .py {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Property */ }
  :root:not(.light-mode) .highlight .nt {
    color: #f92672;
  }
  :root:not(.light-mode) { /* Name.Tag */ }
  :root:not(.light-mode) .highlight .nv {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Variable */ }
  :root:not(.light-mode) .highlight .ow {
    color: #f92672;
  }
  :root:not(.light-mode) { /* Operator.Word */ }
  :root:not(.light-mode) .highlight .w {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Text.Whitespace */ }
  :root:not(.light-mode) .highlight .mf {
    color: #ae81ff;
  }
  :root:not(.light-mode) { /* Literal.Number.Float */ }
  :root:not(.light-mode) .highlight .mh {
    color: #ae81ff;
  }
  :root:not(.light-mode) { /* Literal.Number.Hex */ }
  :root:not(.light-mode) .highlight .mi {
    color: #ae81ff;
  }
  :root:not(.light-mode) { /* Literal.Number.Integer */ }
  :root:not(.light-mode) .highlight .mo {
    color: #ae81ff;
  }
  :root:not(.light-mode) { /* Literal.Number.Oct */ }
  :root:not(.light-mode) .highlight .sb {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Backtick */ }
  :root:not(.light-mode) .highlight .sc {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Char */ }
  :root:not(.light-mode) .highlight .sd {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Doc */ }
  :root:not(.light-mode) .highlight .s2 {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Double */ }
  :root:not(.light-mode) .highlight .se {
    color: #ae81ff;
  }
  :root:not(.light-mode) { /* Literal.String.Escape */ }
  :root:not(.light-mode) .highlight .sh {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Heredoc */ }
  :root:not(.light-mode) .highlight .si {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Interpol */ }
  :root:not(.light-mode) .highlight .sx {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Other */ }
  :root:not(.light-mode) .highlight .sr {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Regex */ }
  :root:not(.light-mode) .highlight .s1 {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Single */ }
  :root:not(.light-mode) .highlight .ss {
    color: #e6db74;
  }
  :root:not(.light-mode) { /* Literal.String.Symbol */ }
  :root:not(.light-mode) .highlight .bp {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Builtin.Pseudo */ }
  :root:not(.light-mode) .highlight .vc {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Variable.Class */ }
  :root:not(.light-mode) .highlight .vg {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Variable.Global */ }
  :root:not(.light-mode) .highlight .vi {
    color: #f8f8f2;
  }
  :root:not(.light-mode) { /* Name.Variable.Instance */ }
  :root:not(.light-mode) .highlight .il {
    color: #ae81ff;
  }
  :root:not(.light-mode) { /* Literal.Number.Integer.Long */ }
  :root:not(.light-mode) { /* Generic Heading & Diff Header */ }
  :root:not(.light-mode) .highlight .gu {
    color: #75715e;
  }
  :root:not(.light-mode) { /* Generic.Subheading & Diff Unified/Comment? */ }
  :root:not(.light-mode) .highlight .gd {
    color: #f92672;
  }
  :root:not(.light-mode) { /* Generic.Deleted & Diff Deleted */ }
  :root:not(.light-mode) .highlight .gi {
    color: #a6e22e;
  }
  :root:not(.light-mode) { /* Generic.Inserted & Diff Inserted */ }
}
.dark-mode .highlight pre {
  background-color: #272822;
}
.dark-mode .highlight .hll {
  background-color: #272822;
}
.dark-mode .highlight .c {
  color: #75715e;
}
.dark-mode { /* Comment */ }
.dark-mode .highlight .err {
  color: #960050;
  background-color: #1e0010;
}
.dark-mode { /* Error */ }
.dark-mode .highlight .k {
  color: #66d9ef;
}
.dark-mode { /* Keyword */ }
.dark-mode .highlight .l {
  color: #ae81ff;
}
.dark-mode { /* Literal */ }
.dark-mode .highlight .n {
  color: #f8f8f2;
}
.dark-mode { /* Name */ }
.dark-mode .highlight .o {
  color: #f92672;
}
.dark-mode { /* Operator */ }
.dark-mode .highlight .p {
  color: #f8f8f2;
}
.dark-mode { /* Punctuation */ }
.dark-mode .highlight .cm {
  color: #75715e;
}
.dark-mode { /* Comment.Multiline */ }
.dark-mode .highlight .cp {
  color: #75715e;
}
.dark-mode { /* Comment.Preproc */ }
.dark-mode .highlight .c1 {
  color: #75715e;
}
.dark-mode { /* Comment.Single */ }
.dark-mode .highlight .cs {
  color: #75715e;
}
.dark-mode { /* Comment.Special */ }
.dark-mode .highlight .ge {
  font-style: italic;
}
.dark-mode { /* Generic.Emph */ }
.dark-mode .highlight .gs {
  font-weight: bold;
}
.dark-mode { /* Generic.Strong */ }
.dark-mode .highlight .kc {
  color: #66d9ef;
}
.dark-mode { /* Keyword.Constant */ }
.dark-mode .highlight .kd {
  color: #66d9ef;
}
.dark-mode { /* Keyword.Declaration */ }
.dark-mode .highlight .kn {
  color: #f92672;
}
.dark-mode { /* Keyword.Namespace */ }
.dark-mode .highlight .kp {
  color: #66d9ef;
}
.dark-mode { /* Keyword.Pseudo */ }
.dark-mode .highlight .kr {
  color: #66d9ef;
}
.dark-mode { /* Keyword.Reserved */ }
.dark-mode .highlight .kt {
  color: #66d9ef;
}
.dark-mode { /* Keyword.Type */ }
.dark-mode .highlight .ld {
  color: #e6db74;
}
.dark-mode { /* Literal.Date */ }
.dark-mode .highlight .m {
  color: #ae81ff;
}
.dark-mode { /* Literal.Number */ }
.dark-mode .highlight .s {
  color: #e6db74;
}
.dark-mode { /* Literal.String */ }
.dark-mode .highlight .na {
  color: #a6e22e;
}
.dark-mode { /* Name.Attribute */ }
.dark-mode .highlight .nb {
  color: #f8f8f2;
}
.dark-mode { /* Name.Builtin */ }
.dark-mode .highlight .nc {
  color: #a6e22e;
}
.dark-mode { /* Name.Class */ }
.dark-mode .highlight .no {
  color: #66d9ef;
}
.dark-mode { /* Name.Constant */ }
.dark-mode .highlight .nd {
  color: #a6e22e;
}
.dark-mode { /* Name.Decorator */ }
.dark-mode .highlight .ni {
  color: #f8f8f2;
}
.dark-mode { /* Name.Entity */ }
.dark-mode .highlight .ne {
  color: #a6e22e;
}
.dark-mode { /* Name.Exception */ }
.dark-mode .highlight .nf {
  color: #a6e22e;
}
.dark-mode { /* Name.Function */ }
.dark-mode .highlight .nl {
  color: #f8f8f2;
}
.dark-mode { /* Name.Label */ }
.dark-mode .highlight .nn {
  color: #f8f8f2;
}
.dark-mode { /* Name.Namespace */ }
.dark-mode .highlight .nx {
  color: #a6e22e;
}
.dark-mode { /* Name.Other */ }
.dark-mode .highlight .py {
  color: #f8f8f2;
}
.dark-mode { /* Name.Property */ }
.dark-mode .highlight .nt {
  color: #f92672;
}
.dark-mode { /* Name.Tag */ }
.dark-mode .highlight .nv {
  color: #f8f8f2;
}
.dark-mode { /* Name.Variable */ }
.dark-mode .highlight .ow {
  color: #f92672;
}
.dark-mode { /* Operator.Word */ }
.dark-mode .highlight .w {
  color: #f8f8f2;
}
.dark-mode { /* Text.Whitespace */ }
.dark-mode .highlight .mf {
  color: #ae81ff;
}
.dark-mode { /* Literal.Number.Float */ }
.dark-mode .highlight .mh {
  color: #ae81ff;
}
.dark-mode { /* Literal.Number.Hex */ }
.dark-mode .highlight .mi {
  color: #ae81ff;
}
.dark-mode { /* Literal.Number.Integer */ }
.dark-mode .highlight .mo {
  color: #ae81ff;
}
.dark-mode { /* Literal.Number.Oct */ }
.dark-mode .highlight .sb {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Backtick */ }
.dark-mode .highlight .sc {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Char */ }
.dark-mode .highlight .sd {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Doc */ }
.dark-mode .highlight .s2 {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Double */ }
.dark-mode .highlight .se {
  color: #ae81ff;
}
.dark-mode { /* Literal.String.Escape */ }
.dark-mode .highlight .sh {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Heredoc */ }
.dark-mode .highlight .si {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Interpol */ }
.dark-mode .highlight .sx {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Other */ }
.dark-mode .highlight .sr {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Regex */ }
.dark-mode .highlight .s1 {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Single */ }
.dark-mode .highlight .ss {
  color: #e6db74;
}
.dark-mode { /* Literal.String.Symbol */ }
.dark-mode .highlight .bp {
  color: #f8f8f2;
}
.dark-mode { /* Name.Builtin.Pseudo */ }
.dark-mode .highlight .vc {
  color: #f8f8f2;
}
.dark-mode { /* Name.Variable.Class */ }
.dark-mode .highlight .vg {
  color: #f8f8f2;
}
.dark-mode { /* Name.Variable.Global */ }
.dark-mode .highlight .vi {
  color: #f8f8f2;
}
.dark-mode { /* Name.Variable.Instance */ }
.dark-mode .highlight .il {
  color: #ae81ff;
}
.dark-mode { /* Literal.Number.Integer.Long */ }
.dark-mode { /* Generic Heading & Diff Header */ }
.dark-mode .highlight .gu {
  color: #75715e;
}
.dark-mode { /* Generic.Subheading & Diff Unified/Comment? */ }
.dark-mode .highlight .gd {
  color: #f92672;
}
.dark-mode { /* Generic.Deleted & Diff Deleted */ }
.dark-mode .highlight .gi {
  color: #a6e22e;
}
.dark-mode { /* Generic.Inserted & Diff Inserted */ }

table[data-sortable] {
  border-collapse: collapse;
  border-spacing: 0;
}
table[data-sortable] th {
  vertical-align: bottom;
  font-weight: bold;
}
table[data-sortable] th, table[data-sortable] td {
  text-align: left;
  padding: 10px;
}
table[data-sortable] th:not([data-sortable=false]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  cursor: pointer;
}
table[data-sortable] th:after {
  content: "";
  visibility: hidden;
  display: inline-block;
  vertical-align: inherit;
  height: 0;
  width: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  margin-right: 1px;
  margin-left: 10px;
  color: #081F3F;
  float: right;
}
table[data-sortable] th[data-sorted=true]:after {
  visibility: visible;
}
table[data-sortable] th[data-sorted-direction=descending]:after {
  border-top-color: inherit;
  margin-top: 8px;
}
table[data-sortable] th[data-sorted-direction=ascending]:after {
  border-bottom-color: inherit;
  margin-top: 3px;
}

table[data-sortable].sortable-theme-light {
  color: #333;
  background: #f2f2f2;
}
table[data-sortable].sortable-theme-light tbody td {
  border-top: 1px solid #e0e0e0;
}
table[data-sortable].sortable-theme-light th[data-sorted=true] {
  background: #e0e0e0;
}

/*# sourceMappingURL=main.css.map */