/*! 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 {
  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 {
  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"] {
  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;
}

:root {
  --primary-font: 'Open Sans', sans-serif;
  --rust: #a42;
  --rust-dark: #80331a;
  --border-color: #bbb;
  --border: 1px solid var(--border-color);
  --header-main-border: #dedede;
  --header-transition: 0.2s ease-in-out;
  --header-tint: #428bca;
  --header-border-radius: 4px;
  --header-accent-border: #bdbdbd;
}

/* Modify normalized styles */
button,
input,
optgroup,
select,
textarea {
  font-family: var(--primary-font);
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0 1em;
  background-color: #e1e1db;
  font-family: var(--primary-font);
}

.language-rust_errors .warning {
    color: #f79a06;
  }

.language-rust_errors .error {
    color: #bf1b1b;
  }

.PALiS9AKgziKKkIIPQGh {
  position: relative;
}

.p746AJ66QWJ5ZvtugVGV {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: rgba(255, 255, 255, 0.8);
  border-bottom-left-radius: 0.5em;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}

.PALiS9AKgziKKkIIPQGh:hover .p746AJ66QWJ5ZvtugVGV {
  opacity: 1;
  visibility: visible;
}

._OTTKK8wd92t7YQR1BAY {
  max-width: 800px;
  padding: 1em;
  margin: 1em auto;
  background-color: #fff;
  line-height: 1.5;
}

.f_5s7y1gKQxvGvtmYMyE {
  padding: 0 0.25em;
  background: #eee;
}

.POq8gUIEGLA2t6KlNdB4 {
  text-align: center;
}

.Wfu7y8mudTxV8mmKunaQ:hover::after {
    content: ' §';
  }

.PNok_JAmPoMTW9yQ3ahE {
  color: black;
  text-decoration: none
}

.PNok_JAmPoMTW9yQ3ahE:hover {
    text-decoration: underline;
  }

.fhvEh59_Xyw7BXwJOAjB {
  /* http://code.stephenmorley.org/html-and-css/fixing-browsers-broken-monospace-font-handling/
   * ACE uses Monaco, Menlo, "Ubuntu Mono", Consolas, source-code-pro, monospace;
   */
  font-family: 'Source Code Pro', monospace;
  font-size: 0.9em;
}

.Z7_Y6jwsGjJCWQ7JNE_1 {
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
}

.IHJSShAHxQbUjsYmq3H3 {
  padding: 0;
  border: none;
  background: inherit;
  background-color: transparent; /* IE 11 */
  font: inherit;
  line-height: inherit;
  text-align: inherit;
}

.R6ZepSyvqJBF8C0Ckiyl {
  color: #00e;
  cursor: pointer;
  text-decoration: underline;
  user-select: text;
}

.iYSMCB9jLiUfw_4ix7NH {
  font-size: 13px;
  font-weight: 600;
}

.difDLGYQOPQHHkk5UAqW {
  width: 100%;
  transition: color var(--header-transition);
  user-select: text;
}

._fQVd4voBrD2TZmpyfrU {
  position: relative;
}

._RYI7qKRU5jDCzHj9eax {
  position: absolute;
}

.JmKs9XvuHmVEAPHAFGbF {
  border: none;
}

.qykls4cFS2l_AQsVRoTx {
  margin-bottom: 1em
}
.qykls4cFS2l_AQsVRoTx:last-child {
    margin-bottom: 0;
  }

.tDtCnhuiiLNEV_0VGmSw {
  display: flex;
  align-items: center;
}

.RZlQiZSa7QwvFtnASDBE {
  flex: 1;
  font-size: 13px;
}

._0wUuljd0f4xm9k4dikj {
  color: var(--header-tint);
  font-weight: 600;
}

.klQjWsnKttgODuB5Snvp {
  flex: 1;
}

.dPN6LaAXTJwh6kgn_2AO {
  width: 100%;
}

._fAyNpp8Kym_pnhG90a_ {
  display: flex
}

._fAyNpp8Kym_pnhG90a_ label {

    flex: 1;
    padding: 0 1em;
    border: 1px solid #bbb;
    border-right-width: 0;
    border-bottom-left-radius: var(--header-border-radius);
    border-top-left-radius: var(--header-border-radius);
    color: #777;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
  }

._fAyNpp8Kym_pnhG90a_ label ~ label {
      border-right-width: 1px;
      border-left: 1px solid #bbb;
      border-radius: 0 var(--header-border-radius) var(--header-border-radius) 0;
    }

._fAyNpp8Kym_pnhG90a_ label:hover {
      background: hsla(208, 100%, 43%, 0.1);
    }

._fAyNpp8Kym_pnhG90a_ input {
    display: none
  }

._fAyNpp8Kym_pnhG90a_ input:checked + label {
      border-color: var(--header-tint);
      background: var(--header-tint);
      color: #fff
    }

._fAyNpp8Kym_pnhG90a_ input:checked + label ~ label {
        border-left-width: 0;
      }

.Lz8Knqk0P1osYDIEyl_j {
  width: 27em;
  padding: 0.75em 1em 0 1em;
  line-height: normal
}

.Lz8Knqk0P1osYDIEyl_j:last-child {
    padding-bottom: 0.75em;
  }

._mY2ZBz6eV5dZ5EvvYAK {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--header-main-border);
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.f7p5JY9C63b0RX6ZelLz {
  padding: 1em 0.25em;
}

.VhMNju99diilDGdq8pkD {
}

.VhMNju99diilDGdq8pkD:hover {
    color: var(--header-tint);
  }

.gCnYlHtvfaJwr93rJVs_ {
  margin: 0;
}

.TDg9CvIoIMGaRYl4ftFf {
  margin: 0;
}

.DOiH_bcaOpkm3oTtXV5r {
  margin: 0.25em 0 0 0;
  color: #888;
}

.TRQL40olzilX0_s14QZI {
  padding: 0 0.25em;
  background: #eee;
}

.qlBca_4es3_qQXqNFRLW {
  display: block;
  fill: currentColor;
}

.i6CYpBtqUC5TIC2_jIpM {
}

.i6CYpBtqUC5TIC2_jIpM:hover {
    color: var(--header-tint);
  }

.J1EWCmzGXGp8nqfnZNjB {
  color: var(--header-tint);
  font-weight: 600;
}

.A8Uy1ZmSq0F7aheri7jv {
  display: flex;
  align-items: center;
}

._ERquq3YxrgzfFh24sxI {
}

.sSSSn3nGmvDz9SfRnT_L {
  padding-left: 2em;
}

.JphDMqsuTALiytal7SeK {
  margin-right: 0.5em;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.J1EWCmzGXGp8nqfnZNjB .JphDMqsuTALiytal7SeK,
.J1EWCmzGXGp8nqfnZNjB:hover .JphDMqsuTALiytal7SeK {
  opacity: 1;
}

.i6CYpBtqUC5TIC2_jIpM:hover .JphDMqsuTALiytal7SeK {
  color: var(--header-tint);
  opacity: 0.5;
}

._I4lTVmSVwsm2pKW4g9u {
  margin: 0;
}

.mPjtbHKUjV5ttgSVEY_J {
  display: flex;
  height: 3em;
  align-items: center;
  padding: 0 1.25em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.TcHTP8yB0pW3GHgbBedv {
  font-weight: 700;
}

.iyN60ZkOA8oKwEyNt23R {
  padding-right: 1em;
}

._y_sYvcfecHJY2qa54sM {
  padding-left: 1em;
}

.R3PuCGMaOIPWFoHk6f9V {
  padding-right: 1em;
}

.L6bYeVP29n7UtzEzvxaQ {
  padding: 0 0.75em;
}

.psvUeLwrWyzykA6erugZ {
  margin-right: 0.5em;
}

.L6bYeVP29n7UtzEzvxaQ .psvUeLwrWyzykA6erugZ {
  margin-right: 0;
}

.RalIgmti6LhN5ad7PylB {
  margin-left: 0.75em;
}

.yFZJd2Ydv9t7ZKTBqb7H {
  margin-left: 0.75em;
}

.pPsPMowqBvIYtbOD73qr {
  z-index: 10;

  /* Prevents the popper from shifting when adding it to the DOM
   * triggers showing the scrollbars.
   * https://github.com/FezVrasta/popper.js/issues/457#issuecomment-367692177
   */
  top: 0;
  font-size: 12px;

  button:enabled {
    cursor: pointer;
  }
}

.UO7tySasHGJ_cZhb2gvy {
  border: 10px solid transparent;
}

.pPsPMowqBvIYtbOD73qr[data-placement^='bottom'] .UO7tySasHGJ_cZhb2gvy {
  border-top-width: 0;
  border-bottom-color: white;
  margin-top: 0;
}

.dkdHZCsmAJtN7qfJblbv {
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid var(--header-accent-border);
  border-left: 1px solid #cacaca;
  margin: 10px;
  background: white;
  border-radius: var(--header-border-radius);
  box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.6), inset 0 1px 0 white;
  color: #222;
}

.vWlFpQ8Exb0Mw2M_4WwM {
  display: flex;
  align-items: center;
  border-radius: var(--header-border-radius);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.4), inset 0 1px 0 white;
}

.Gh84DgvLBn60X6BxkDhm {
  border: 1px solid var(--header-main-border);
  background: linear-gradient(#fff, #f9f9f9);
  background-color: #fff;
  color: #444
}

.Gh84DgvLBn60X6BxkDhm:first-child {
    border-bottom-left-radius: var(--header-border-radius);
    border-top-left-radius: var(--header-border-radius);
  }

.Gh84DgvLBn60X6BxkDhm:last-child {
    border-bottom-right-radius: var(--header-border-radius);
    border-top-right-radius: var(--header-border-radius);
  }

.Gh84DgvLBn60X6BxkDhm:not(:first-child) {
    border-left: none;
  }

.Gh84DgvLBn60X6BxkDhm:not(:last-child) {
    border-right: 1px solid var(--header-main-border);
  }

.Gh84DgvLBn60X6BxkDhm:hover {
    background: linear-gradient(#fff, #f3f3f3);
    color: #333;
  }

.Gh84DgvLBn60X6BxkDhm:active {
    border-top-color: #bababa;
    border-bottom-color: #d6d6d6;
    background: linear-gradient(#f9f9f9, #ededed);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  }

.crNwtT5nwOUbMnLNiuj2 {
  border-color: hsl(15, 66.7%, 32%);
  background: var(--rust);
  color: white
}

.crNwtT5nwOUbMnLNiuj2:not(:last-child) {
    /* Silly specificity */
    border-right-width: 0;
  }

.crNwtT5nwOUbMnLNiuj2:hover {
    background: var(--rust-dark);
    color: white;
  }

.crNwtT5nwOUbMnLNiuj2:active {
    border-top-color: var(--rust-dark);
    border-bottom-color: var(--rust-dark);
    background: var(--rust-dark);
  }

.am2xHSuwDSQOOs_Mr_k2 {
  display: flex;
  padding: 1.25em 0;
  font-size: 12px
}

.am2xHSuwDSQOOs_Mr_k2 button:enabled {
    cursor: pointer;
  }

.K6gt8uQoys4tmmdU6X9T {
  margin-right: 0.5em
}

.K6gt8uQoys4tmmdU6X9T:last-child {
    margin-right: 0;
  }

.wC42d33BDZgWvlyHAzdg {
  margin-right: auto;
}

.pih_cCDshd8RFTkrYA57 {
  position: absolute;
  z-index: 10;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  max-width: 50em;
  border: 2px solid #428bca;
  margin-right: auto;
  margin-left: auto;
  background: white;
}

.uHRtSXfXMsY_RGCbBsxN {
  display: flex;
}

.CoqCh4ty0yS2FkoIpNEG {
  padding: 0.25em 0 0.25em 0.25em;
}

.Qisu1EITytZ4cZoc__Vx {
  padding: 0.25em;
  background: #e1e1db;
  cursor: pointer;
}

.heUqMo_prvu_Mu6B7MuL {
  display: flex;
  color: var(--border-color);
  white-space: nowrap
}
.heUqMo_prvu_Mu6B7MuL::before,
  .heUqMo_prvu_Mu6B7MuL::after {
    flex: 1 1 auto;
    border-top: var(--border);
    margin: auto;
    content: '';
  }
.heUqMo_prvu_Mu6B7MuL::before {
    margin-right: 2%;
  }
.heUqMo_prvu_Mu6B7MuL::after {
    margin-left: 2%;
  }

.sODMkGSYbDeY7a3luAUj {
}

@keyframes _JWz5edI4zI4QQGm4Tzv {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }
}

.P4srpJ8HVAfFsuVlv_pO {
  animation: _JWz5edI4zI4QQGm4Tzv 1s;
  animation-iteration-count: infinite;
  opacity: 0
}

.P4srpJ8HVAfFsuVlv_pO:nth-child(2) {
    animation-delay: 0.2s;
  }

.P4srpJ8HVAfFsuVlv_pO:nth-child(3) {
    animation-delay: 0.4s;
  }

.p2x_lD2UPifQL32rfTix {
}

.D86V1ldPwJPy2KPVo48E {
}

._RvfEPODIx79gzIawgFQ {
  display: flex;
}

.HUyRp144nV8PXc1kLGPJ {
  margin: 0 0.25em 0 0.5em;
  cursor: pointer;
  transition: color 1s ease-in-out;
}

.WQtfAptsDQRz5xcw63hl {
  opacity: 0;
  transition: visibility 1s ease-in-out, opacity 1s ease-in-out,
    color 1s ease-in-out;
  visibility: hidden;
}

._eQe2hN92c8txoNoehtT {
}

._eQe2hN92c8txoNoehtT .HUyRp144nV8PXc1kLGPJ {
    color: green;
    transition: color 0s;
  }

._eQe2hN92c8txoNoehtT .WQtfAptsDQRz5xcw63hl {
    color: green;
    opacity: 1;
    transition: visibility 0s, opacity 0s, color 0s;
    visibility: visible;
  }

/* desaturate($current-tab, 100%); */

.YLX52N5tlJu_vyFLdw0n {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.baJPjALhRfNvkFKMxc8_ {
  display: flex;
}

.k772ZvlWP0B_ORyuINOF {
  flex: 1 1 auto;
  border: var(--border);
  border-right: none;
  background-color: #fcfcfc;
  cursor: pointer;
  line-height: 1.5em
}

.k772ZvlWP0B_ORyuINOF:last-of-type {
    border-right: var(--border);
  }

.qmVLDH1zduVEpRcdWDX9 {
  border-bottom: none;
  background-color: #f9ffff;
  cursor: default
}

.qmVLDH1zduVEpRcdWDX9:focus {
    outline: none;
  }

._fbLZbsO9Kb1DdVdAjVS {
  flex: 0 0 auto;
}

.e_poZ0qIZFpSm5zqOcBI {
  overflow: scroll;
  height: 100%;
  padding: 0.5em;
  border: var(--border);
  border-top: none;
  background-color: #f9ffff;
}

.dsauEQZ2_IwHR2gVGbD0 {
  display: flex;
  height: 100vh;
  flex-direction: column;
  padding-bottom: 1em;
}

.B_5FKVjcL0w5urVBOx_U {
  display: grid;
}

._rldxHeqh5kwWQTu6_IP {
  grid-template-rows: 1fr auto;
}

.GRHe495ukgqjA1_SXGv8 {
  grid-template-rows: 1fr 12px 1fr;
}

.Dkj7JEg59SOIJnZbbv5k {
  grid-template-columns: 1fr auto;
}

.o1lX_4yedKa7eGYXV7OC {
  grid-template-columns: 1fr 12px 1fr;
}

._JIaVb4H_HM9L7SeisNw {
  display: flex;
  align-items: center;
  justify-content: center;
}

.HRhj1YkI6eoWZi0Duexn {
  cursor: row-resize;
}

._p2_URN82f4Zs3xovCHw {
  pointer-events: none;
  transform: rotate(90deg);
}

.OPf0GXzHCPGyGHEWIezy {
  cursor: col-resize;
}

.WPAMRrT_sVZZQ6XQwbt3 {
  border: 4px solid var(--border-color);
  border-radius: 4px;
}

.powRx_9vMcvFI9_62YmR {
}

