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

.JEg4Z248Gyzy32J1bUw8Y {
  position: relative;
}

._2eBl61rLJCum91KFU0eHWD {
  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;
}

.JEg4Z248Gyzy32J1bUw8Y:hover ._2eBl61rLJCum91KFU0eHWD {
  opacity: 1;
  visibility: visible;
}

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

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

._2dud0RFqaTdH0o14a1LeEY {
  text-align: center;
}

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

._2ehaztAdNr4Uc-9F3U9dEY {
  color: black;
  text-decoration: none
}

._2ehaztAdNr4Uc-9F3U9dEY:hover {
    text-decoration: underline;
  }

._1SMgwU2nM5eONvvV-7N1J- {
  /* 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;
}

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

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

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

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

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

._1BRfH9GpBdZH06W8JT5vjp {
  position: relative;
}

._3YIurRUP4bMVxjAqbK21rV {
  position: absolute;
}

.GNmokMf40h6kuXDLRH68C {
  border: none;
}

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

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

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

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

.tWnJauu0e3JySOIBq8Rii {
  flex: 1;
}

._13C3X9QzG8pNc5W0JuLdQ {
  width: 100%;
}

._1RLArThDyCLOAHv9EScL3B {
  display: flex
}

._1RLArThDyCLOAHv9EScL3B 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
  }

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

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

._1RLArThDyCLOAHv9EScL3B input {
    display: none
  }

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

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

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

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

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

._3pYR9WCnV5Z7rHgEYBurF_ {
  padding: 1em 0.25em;
}

._3gqRVtXoju9FAW6HvZx-wc {
  margin: 0.25em 0 0 0;
  color: #888;
}

.N0VDOqCscFixSvu-e3hdm {
}

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

._1rfBIBWZSLsa9ZrTKkS2C0 {
  margin: 0;
}

._2GnZ5-u8B5CI4waf8afjxc {
  margin: 0;
}

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

._14Rx8lznF1WD-P7KVHn52G {
  display: block;
  fill: currentColor;
}

._2Dj8GcLOQwkOVgqxKACa2b {
}

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

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

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

.sicPytBxYcXz6SaSWqAjI {
}

._13OP-tQivRY_2qNDCvAyiN {
  padding-left: 2em;
}

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

._2OMtxAVWuuv6FsNCMa5B4D ._1ryyvJFtraUw9cbGIOgVwC,
._2OMtxAVWuuv6FsNCMa5B4D:hover ._1ryyvJFtraUw9cbGIOgVwC {
  opacity: 1;
}

._2Dj8GcLOQwkOVgqxKACa2b:hover ._1ryyvJFtraUw9cbGIOgVwC {
  color: var(--header-tint);
  opacity: 0.5;
}

._3hrw_yBFbq9wJnABBd9oXg {
  margin: 0;
}

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

._3tr-s56TwoJVniwsM_QY5d {
  font-weight: 700;
}

._3HQmSTzkP02IE33FDhuyeb {
  padding-right: 1em;
}

._3v38LDCCFzOs5V7_tyX2_r {
  padding-left: 1em;
}

._1Qlv_FV84mREcU6Cc8XDd7 {
  padding-right: 1em;
}

._A1q_cP6TR7XSZBdVSaoL {
  padding: 0 0.75em;
}

._1F6uyKDwWgYyNraXNURcKC {
  margin-right: 0.5em;
}

._A1q_cP6TR7XSZBdVSaoL ._1F6uyKDwWgYyNraXNURcKC {
  margin-right: 0;
}

._7giA_uWvBjrzEoCK2iaB5 {
  margin-left: 0.75em;
}

._1SNXWFMqhAuZK_7mpTilr8 {
  margin-left: 0.75em;
}

._2wGTHLwXeR6f86aEMO3_KA {
  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;
  }
}

._1OYwLqmVxNvS8sH2r9XuVg {
  border: 10px solid transparent;
}

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

._2aXRpKOqvKjpI09yJAhQtS {
  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;
}

.k36PxfSf33bT510-BhmCZ {
  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;
}

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

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

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

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

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

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

._1fpzygsq1vJ7U6OMIee1Yq: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);
  }

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

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

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

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

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

._3QdLCLzcYW3ygdI2ItImRG button:enabled {
    cursor: pointer;
  }

._1HkT_Fl6uqbsXaaejObqwH {
  margin-right: 0.5em
}

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

._3ro3s3xRO-5FwdMnRTdyX0 {
  margin-right: auto;
}

.vuMVwaPAl4t-5X21MvOyC {
  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;
}

._1ijsM6CS14fIoORTt9rniU {
  display: flex;
}

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

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

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

._3p8MmUVqTJC3tIC6igPe2M {
}

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

  75% {
    opacity: 1;
  }
}

._3zjKG_pumONgtk1V-AaUI_ {
  animation: _2wXPPxFw51e3bzievBIVnA 1s;
  animation-iteration-count: infinite;
  opacity: 0
}

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

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

.QIjxZGTQLQ2s-B3SkvSOD {
}

._2R18-zRqfoYFf0jRvmBsUf {
}

._1yk0726za3_hUzw_cgTNLh {
  display: flex;
}

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

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

._1HkNJWq8f6bs_pvhfq7KjV {
}

._1HkNJWq8f6bs_pvhfq7KjV ._1gOmcIpcRt3R-te5WDAkMt {
    color: green;
    transition: color 0s;
  }

._1HkNJWq8f6bs_pvhfq7KjV ._33pnzHc1vDsMgdr9I2nMJp {
    color: green;
    opacity: 1;
    transition: visibility 0s, opacity 0s, color 0s;
    visibility: visible;
  }

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

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

._3_fY_5z5agr_d5UgacjW9J {
  display: flex;
}

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

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

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

._28_jlo7huBhelSsTQciSmG:focus {
    outline: none;
  }

._20kzk2ntkdZqrQ3HJBO_rJ {
  flex: 0 0 auto;
}

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

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

.nelIv5l0qySqYlKaWJLw {
  display: grid;
}

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

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

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

._4M0E2imLqMZEi43jK-fhM {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 12px 1fr;
}

._3Hp-OV0ORC5KHF28DloNwt {
  cursor: row-resize;
}

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

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

._2QYKMx5D4oIL48NTMpZfsU {
  cursor: col-resize;
}

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

._1FAoDp-JYzNsINr-_74oOC {
}

