.yashe {
  position: relative;
  /* WIKIDATA THEME */
  /* DARK THEME  */
  /* BASICS */
  /* PADDING */
  /* GUTTER */
  /* CURSOR */
  /* Shown when moving in bi-directional text */
  /* Can style cursor different in overwrite (non-insert) mode */
  /* DEFAULT THEME */
  /* Default styles for common addons */
  /*
div.CodeMirror span.CodeMirror-matchingbracket {color: rgb(199, 64, 64);}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
*/
  /* STOP */
  /* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
  /* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
  /* Force content-box sizing for the elements where we expect it */
  /* IE7 hack to prevent it from returning funny offsetTops on the spans */
  /* Used to force a border model for a node */
  /* See issue #2901 */
  /* Help users use markselection to safely style text background */ }
  .yashe .cm-s-wiki .cm-shape {
    color: #0F7A50; }
  .yashe .cm-s-wiki .cm-keyword {
    color: #f00; }
  .yashe .cm-s-wiki .cm-atom {
    color: #219; }
  .yashe .cm-s-wiki .cm-number {
    color: #085; }
  .yashe .cm-s-wiki .cm-def {
    color: #00f; }
  .yashe .cm-s-wiki .cm-variable,
  .yashe .cm-s-default .cm-punctuation,
  .yashe .cm-s-wiki .cm-property,
  .yashe .cm-s-wiki .cm-operator {
    color: #05a; }
  .yashe .cm-s-wiki .cm-variable-2 {
    color: #0F7A50; }
  .yashe .cm-s-wiki .cm-variable-3 {
    color: #05a; }
  .yashe .cm-s-wiki .cm-comment {
    color: #999; }
  .yashe .cm-s-wiki .cm-string {
    color: #b98003; }
  .yashe .cm-s-wiki .cm-string-2 {
    color: #05a; }
  .yashe .cm-s-wiki .cm-constraint {
    color: #05a; }
  .yashe .cm-s-wiki .cm-valueSet {
    color: #05a; }
  .yashe .cm-s-wiki .cm-constraintKeyword {
    color: #f00; }
  .yashe .cm-s-wiki .cm-facet {
    color: #f00; }
  .yashe .cm-s-wiki .cm-shapeRef {
    color: #0F7A50; }
  .yashe .cm-s-wiki .cm-meta {
    color: #555; }
  .yashe .cm-s-wiki .cm-qualifier {
    color: #555; }
  .yashe .cm-s-wiki .cm-builtin {
    color: #30a; }
  .yashe .cm-s-wiki .cm-bracket {
    color: #997; }
  .yashe .cm-s-wiki .cm-tag {
    color: #170; }
  .yashe .cm-s-wiki .cm-attribute {
    color: #00c; }
  .yashe .cm-s-wiki .cm-hr {
    color: #999; }
  .yashe .cm-s-wiki .cm-link {
    color: #00c; }
  .yashe .cm-s-wiki .cm-punc {
    color: black; }
  .yashe .cm-s-wiki .cm-logical {
    color: #f00; }
  .yashe .cm-s-wiki .cm-at {
    color: #0F7A50; }
  .yashe .cm-s-wiki .cm-prefixDelcAlias {
    color: #6d0f7a; }
  .yashe .cm-s-wiki .cm-prefixDelcIRI {
    color: #6d0f7a; }
  .yashe .cm-s-wiki .cm-baseDecl {
    color: #6d0f7a; }
  .yashe .cm-s-wiki .cm-importDecl {
    color: #6d0f7a; }
  .yashe .cm-s-dark.CodeMirror {
    background: #2B2B2B;
    color: #A9B7C6;
    border: 10px; }
  .yashe .cm-s-dark .cm-shape {
    color: #68BEEB; }
  .yashe .cm-s-dark .cm-keyword {
    color: #f00; }
  .yashe .cm-s-dark .cm-atom {
    color: #219; }
  .yashe .cm-s-dark .cm-number {
    color: #E5F439; }
  .yashe .cm-s-dark .cm-def {
    color: #00f; }
  .yashe .cm-s-dark .cm-variable,
  .yashe .cm-s-dark .cm-punctuation,
  .yashe .cm-s-dark .cm-property,
  .yashe .cm-s-dark .cm-operator {
    color: #05a; }
  .yashe .cm-s-dark .cm-variable-2 {
    color: #68BEEB; }
  .yashe .cm-s-dark .cm-variable-3 {
    color: #68BEEB; }
  .yashe .cm-s-dark .cm-comment {
    color: #999; }
  .yashe .cm-s-dark .cm-string {
    color: #b98003; }
  .yashe .cm-s-dark .cm-string-2 {
    color: #7DB647; }
  .yashe .cm-s-dark .cm-constraint {
    color: #7DB647; }
  .yashe .cm-s-dark .cm-valueSet {
    color: #7DB647; }
  .yashe .cm-s-dark .cm-constraintKeyword {
    color: #f00; }
  .yashe .cm-s-dark .cm-facet {
    color: #f00; }
  .yashe .cm-s-dark .cm-shapeRef {
    color: #68BEEB; }
  .yashe .cm-s-dark .cm-meta {
    color: #555; }
  .yashe .cm-s-dark .cm-qualifier {
    color: #555; }
  .yashe .cm-s-dark .cm-builtin {
    color: #30a; }
  .yashe .cm-s-dark .cm-bracket {
    color: #997; }
  .yashe .cm-s-dark .cm-tag {
    color: #170; }
  .yashe .cm-s-dark .cm-attribute {
    color: #00c; }
  .yashe .cm-s-dark .cm-hr {
    color: #999; }
  .yashe .cm-s-dark .cm-link {
    color: #00c; }
  .yashe .cm-s-dark .cm-punc {
    color: #FFFFFF; }
  .yashe .cm-s-dark .cm-logical {
    color: #B271FF; }
  .yashe .cm-s-dark .cm-at {
    color: #68BEEB; }
  .yashe .cm-s-dark .cm-prefixDelcAlias {
    color: #f8c4ffc0; }
  .yashe .cm-s-dark .cm-prefixDelcIRI {
    color: #f8c4ffc0; }
  .yashe .cm-s-dark .cm-baseDecl {
    color: #f8c4ffc0; }
  .yashe .cm-s-dark .cm-importDecl {
    color: #f8c4ffc0; }
  .yashe .cm-s-dark .CodeMirror-cursor {
    border-left: 1px solid #A9B7C6; }
  .yashe .cm-s-dark .CodeMirror-activeline-background {
    background: #323232; }
  .yashe .cm-s-dark .CodeMirror-gutters {
    background: #313335;
    border-right: 1px solid #313335; }
  .yashe .cm-s-dark .CodeMirror-guttermarker {
    color: #FFEE80; }
  .yashe .cm-s-dark .CodeMirror-guttermarker-subtle {
    color: #D0D0D0; }
  .yashe .cm-s-dark .CodeMirrir-linenumber {
    color: #606366; }
  .yashe .cm-s-dark .CodeMirror-matchingbracket {
    background-color: #3B514D;
    color: #FFEF28 !important;
    font-weight: bold; }
  .yashe .cm-s-dark div.CodeMirror-selected {
    background: #214283; }
  .yashe .CodeMirror-hints.dark {
    color: #9C9E9E;
    background-color: #3B3E3F !important; }
  .yashe .CodeMirror-hints.dark .CodeMirror-hint-active {
    background-color: #494D4E !important;
    color: #9C9E9E !important; }
  .yashe .CodeMirror {
    /* Set height, width, borders, and global font properties here */
    font-family: monospace;
    height: 300px;
    color: black;
    font-size: 14px; }
  .yashe .CodeMirror-lines {
    padding: 4px 0;
    /* Vertical padding around content */ }
  .yashe .CodeMirror pre {
    padding: 0 4px;
    /* Horizontal padding of content */ }
  .yashe .CodeMirror-scrollbar-filler, .yashe .CodeMirror-gutter-filler {
    background-color: white;
    /* The little square between H and V scrollbars */ }
  .yashe .CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f8f8f8;
    white-space: nowrap; }
  .yashe .CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap; }
  .yashe .CodeMirror-guttermarker {
    color: black; }
  .yashe .CodeMirror-guttermarker-subtle {
    color: #999; }
  .yashe .CodeMirror-cursor {
    border-left: 1px solid red;
    border-right: none;
    width: 0; }
  .yashe .CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver; }
  .yashe .cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0 !important;
    background: #7e7; }
  .yashe .cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1; }
  .yashe .cm-animate-fat-cursor {
    width: auto;
    border: 0;
    animation: blink 1.06s steps(1) infinite;
    background-color: #7e7; }

@keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }
  .yashe .cm-tab {
    display: inline-block;
    text-decoration: inherit; }
  .yashe .CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: -20px;
    overflow: hidden; }
  .yashe .CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute; }
  .yashe .cm-s-default .cm-header {
    color: blue; }
  .yashe .cm-s-default .cm-quote {
    color: #090; }
  .yashe .cm-negative {
    color: #d44; }
  .yashe .cm-positive {
    color: #292; }
  .yashe .cm-header, .yashe .cm-strong {
    font-weight: bold; }
  .yashe .cm-em {
    font-style: italic; }
  .yashe .cm-link {
    text-decoration: underline; }
  .yashe .cm-strikethrough {
    text-decoration: line-through; }
  .yashe .cm-s-default .cm-keyword {
    color: #f00; }
  .yashe .cm-s-default .cm-atom {
    color: #219; }
  .yashe .cm-s-default .cm-number {
    color: #085; }
  .yashe .cm-s-default .cm-def {
    color: #00f; }
  .yashe .cm-s-default .cm-variable,
  .yashe .cm-s-default .cm-punctuation,
  .yashe .cm-s-default .cm-property,
  .yashe .cm-s-default .cm-operator {
    color: #05a; }
  .yashe .cm-s-default .cm-variable-2 {
    color: #0F7A50; }
  .yashe .cm-s-default .cm-variable-3 {
    color: #05a; }
  .yashe .cm-s-default .cm-comment {
    color: #999; }
  .yashe .cm-s-default .cm-string {
    color: #b98003; }
  .yashe .cm-s-default .cm-string-2 {
    color: #05a; }
  .yashe .cm-s-default .cm-meta {
    color: #555; }
  .yashe .cm-s-default .cm-qualifier {
    color: #555; }
  .yashe .cm-s-default .cm-builtin {
    color: #30a; }
  .yashe .cm-s-default .cm-bracket {
    color: #997; }
  .yashe .cm-s-default .cm-tag {
    color: #170; }
  .yashe .cm-s-default .cm-attribute {
    color: #00c; }
  .yashe .cm-s-default .cm-hr {
    color: #999; }
  .yashe .cm-s-default .cm-link {
    color: #00c; }
  .yashe .cm-s-default .cm-punc {
    color: black; }
  .yashe .cm-s-default .cm-logical {
    color: #f00; }
  .yashe .cm-s-default .cm-at {
    color: #0F7A50; }
  .yashe .cm-s-default .cm-error {
    color: #f00; }
  .yashe .cm-invalidchar {
    color: #f00; }
  .yashe .CodeMirror-composing {
    border-bottom: 2px solid; }
  .yashe .CodeMirror-matchingtag {
    background: rgba(255, 150, 0, 0.3); }
  .yashe .CodeMirror-activeline-background {
    background: #e8f2ff; }
  .yashe .CodeMirror {
    position: relative;
    overflow: hidden;
    background: white; }
  .yashe .CodeMirror-scroll {
    overflow: scroll !important;
    /* Things will break if this is overridden */
    /* 30px is the magic margin used to hide the element's real scrollbars */
    /* See overflow: hidden in .CodeMirror */
    margin-bottom: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    height: 100%;
    outline: none;
    /* Prevent dragging from highlighting the element */
    position: relative; }
  .yashe .CodeMirror-sizer {
    position: relative;
    border-right: 30px solid transparent; }
  .yashe .CodeMirror-vscrollbar, .yashe .CodeMirror-hscrollbar, .yashe .CodeMirror-scrollbar-filler, .yashe .CodeMirror-gutter-filler {
    position: absolute;
    z-index: 6;
    display: none; }
  .yashe .CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll; }
  .yashe .CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll; }
  .yashe .CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0; }
  .yashe .CodeMirror-gutter-filler {
    left: 0;
    bottom: 0; }
  .yashe .CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3; }
  .yashe .CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -30px;
    /* Hack to make IE7 behave */
    *zoom: 1;
    *display: inline; }
  .yashe .CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none !important;
    border: none !important; }
  .yashe .CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4; }
  .yashe .CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4; }
  .yashe .CodeMirror-gutter-wrapper {
    -webkit-user-select: none;
    user-select: none; }
  .yashe .CodeMirror-lines {
    cursor: text;
    min-height: 1px;
    /* prevents collapsing before first draw */ }
  .yashe .CodeMirror pre {
    /* Reset some styles that the rest of the page might have set */
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    font-variant-ligatures: none; }
  .yashe .CodeMirror-wrap pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal; }
  .yashe .CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
  .yashe .CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    overflow: auto; }
  .yashe .CodeMirror-code {
    outline: none; }
  .yashe .CodeMirror-scroll,
  .yashe .CodeMirror-sizer,
  .yashe .CodeMirror-gutter,
  .yashe .CodeMirror-gutters,
  .yashe .CodeMirror-linenumber {
    box-sizing: content-box; }
  .yashe .CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .yashe .CodeMirror-cursor {
    position: absolute;
    pointer-events: none; }
  .yashe .CodeMirror-measure pre {
    position: static; }
  .yashe div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3; }
  .yashe div.CodeMirror-dragcursors {
    visibility: visible; }
  .yashe .CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible; }
  .yashe .CodeMirror-selected {
    background: #d9d9d9; }
  .yashe .CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0; }
  .yashe .CodeMirror-crosshair {
    cursor: crosshair; }
  .yashe .CodeMirror-line::selection, .yashe .CodeMirror-line > span::selection, .yashe .CodeMirror-line > span > span::selection {
    background: #d7d4f0; }
  .yashe .CodeMirror-line::-moz-selection, .yashe .CodeMirror-line > span::-moz-selection, .yashe .CodeMirror-line > span > span::-moz-selection {
    background: #d7d4f0; }
  .yashe .cm-searching {
    background: #ffa;
    background: rgba(255, 255, 0, 0.4); }
  .yashe .CodeMirror span {
    *vertical-align: text-bottom; }
  .yashe .cm-force-border {
    padding-right: .1px; }
  @media print {
    .yashe {
      /* Hide the cursor when printing */ }
      .yashe .CodeMirror div.CodeMirror-cursors {
        visibility: hidden; } }
  .yashe .cm-tab-wrap-hack:after {
    content: ''; }
  .yashe span.CodeMirror-selectedtext {
    background: none; }
  .yashe .CodeMirror-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 1100; }
  .yashe .CodeMirror-foldmarker {
    color: blue;
    text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
    font-family: arial;
    line-height: .3;
    cursor: pointer; }
  .yashe .CodeMirror-foldgutter {
    width: .7em; }
  .yashe .CodeMirror-foldgutter-open,
  .yashe .CodeMirror-foldgutter-folded {
    cursor: pointer; }
  .yashe .CodeMirror-foldgutter-open:after {
    content: "\25BE"; }
  .yashe .CodeMirror-foldgutter-folded:after {
    content: "\25B8"; }
  .yashe .CodeMirror-dialog {
    position: absolute;
    left: 0;
    right: 0;
    background: inherit;
    z-index: 15;
    padding: .1em .8em;
    overflow: hidden;
    color: inherit; }
  .yashe .CodeMirror-dialog-top {
    border-bottom: 1px solid #eee;
    top: 0; }
  .yashe .CodeMirror-dialog-bottom {
    border-top: 1px solid #eee;
    bottom: 0; }
  .yashe .CodeMirror-dialog input {
    border: none;
    outline: none;
    background: transparent;
    width: 20em;
    color: inherit;
    font-family: monospace; }
  .yashe .CodeMirror-dialog button {
    font-size: 70%; }
  .yashe .yashe_btn {
    color: #333;
    border: 1px solid transparent;
    background-color: #fff;
    border-color: #ccc;
    border-width: 1px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: button;
    /* margin: 0; */
    overflow: visible;
    box-sizing: border-box; }
    .yashe .yashe_btn.btn_icon {
      padding: 4px 8px; }
    .yashe .yashe_btn[disabled], .yashe .yashe_btn.disabled {
      cursor: default;
      opacity: .50;
      filter: alpha(opacity=50);
      box-shadow: none; }
    .yashe .yashe_btn:hover {
      outline: 0;
      background-color: #ebebeb;
      border-color: #adadad; }
    .yashe .yashe_btn:focus, .yashe .yashe_btn.selected {
      color: #fff;
      outline: 0;
      background-color: #337ab7;
      border-color: #337ab7; }
    .yashe .yashe_btn.btn_icon:focus {
      color: #333;
      border: 1px solid transparent;
      background-color: #fff;
      border-color: #ccc; }
    .yashe .yashe_btn.yashe_btn-sm {
      padding: 1px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px; }
  .yashe .yashe_buttons {
    background: transparent;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5; }
    .yashe .yashe_buttons .yashe_share {
      cursor: pointer;
      height: 20px;
      width: 20px;
      margin-top: 3px; }
    .yashe .yashe_buttons div {
      vertical-align: top;
      margin-left: 5px; }
      .yashe .yashe_buttons div.yashe_sharePopup {
        position: absolute;
        padding: 4px;
        margin-left: 0px;
        background-color: #fff;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        width: 600px;
        height: auto;
        display: flex; }
        .yashe .yashe_buttons div.yashe_sharePopup .inputWrapper {
          flex-grow: 100; }
        .yashe .yashe_buttons div.yashe_sharePopup input {
          float: left;
          width: 100%;
          border: 0px;
          -ms-box-sizing: border-box;
          /* ie8 */
          -khtml-box-sizing: border-box;
          /* konqueror */
          /* Safari/Chrome, other WebKit */
          /* Firefox, other Gecko */
          box-sizing: border-box;
          /* Opera/IE 8+ */
          box-sizing: border-box;
          /* css3 rec */ }
        .yashe .yashe_buttons div.yashe_sharePopup button {
          float: right;
          margin-left: 5px; }
        .yashe .yashe_buttons div.yashe_sharePopup textarea {
          width: 100%; }
  .yashe .fullscreenToggleBtns {
    display: inline-block;
    margin-top: 4px;
    margin-right: 16px; }
    .yashe .fullscreenToggleBtns div {
      cursor: pointer;
      width: 20px;
      height: 20px; }
    .yashe .fullscreenToggleBtns .yashe_smallscreenBtn {
      display: none; }
  .yashe .yashe_smallscreenBtn:hover {
    filter: invert(0.4) sepia(0.5) hue-rotate(313.2deg) saturate(16.2) brightness(1.7); }
  .yashe .yashe_smallscreenBtn:active {
    fill: #DA4567;
    transform: translateY(4px); }
  .yashe .yashe_fullscreenBtn:hover {
    filter: invert(0.4) sepia(0.5) hue-rotate(313.2deg) saturate(16.2) brightness(1.7); }
  .yashe .yashe_fullscreenBtn:active {
    fill: #DA4567;
    transform: translateY(4px); }
  .yashe .downloadBtns {
    display: inline-block;
    margin: 2px; }
    .yashe .downloadBtns div {
      cursor: pointer;
      width: 20px;
      height: 20px; }
  .yashe .downloadBtns:hover {
    filter: invert(0.4) sepia(0.5) hue-rotate(313.2deg) saturate(16.2) brightness(1.7); }
  .yashe .downloadBtns:active {
    fill: #DA4567;
    transform: translateY(4px); }
  .yashe .inputfileBtn {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .yashe .inputfileBtn + label {
    margin-top: 3px;
    max-width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    /* 10px 20px */
    color: black;
    background-color: transparent; }
  .yashe .yashe_downloadBtn {
    margin-top: 2px;
    display: inline-block; }
  .yashe .yashe_shareBtn {
    margin-right: 8px;
    margin-top: 2px; }
  .yashe .shareInput {
    border-radius: 3px;
    width: 250px;
    border: 1px solid #222; }
  .yashe .CodeMirror {
    line-height: 1.5em;
    border: 1px solid #d1d1d1; }
  .yashe pre {
    font-size: 13px; }
  .yashe span.cm-error {
    border-bottom: 2px dotted red; }
  .yashe .gutterErrorBar {
    width: 4px; }
  .yashe .CodeMirror-fullscreen .fullscreenToggleBtns .yashe_smallscreenBtn {
    display: inline-block; }
  .yashe .CodeMirror-fullscreen .fullscreenToggleBtns .yashe_fullscreenBtn {
    display: none; }
  .yashe .CodeMirror-foldmarker {
    color: #6E2500;
    text-shadow: #FF935E 1px 1px 2px,#FF935E -1px -1px 2px,#FF935E 1px -1px 2px,#FF935E -1px 1px 2px;
    font-size: 19px; }
  .yashe .matchingVar {
    background-color: #DBDEED;
    border-radius: 6px;
    transition: background 0.5s linear; }
  .yashe .backdrop {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: none; }
  .yashe .svgImg {
    display: inline-block; }
  .yashe .CodeMirror-fullscreen {
    z-index: 1100; }
  .yashe span.shortlinkErr {
    font-size: small;
    color: red;
    font-weight: bold;
    float: left; }
  .yashe .completionNotification {
    color: #999;
    background-color: #f7f7f7;
    position: absolute;
    padding: 0px 5px;
    right: 0px;
    bottom: 0px;
    font-size: 90%; }
  .yashe .parseErrorIcon {
    width: 15px;
    height: 15px; }
  .yashe .yashe_tooltip {
    display: inline;
    position: absolute;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    width: 220px;
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    white-space: normal; }
  .yashe .notificationLoader {
    width: 18px;
    height: 18px;
    vertical-align: middle; }

.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 2px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid silver;
  background: white;
  font-size: 90%;
  font-family: monospace;
  max-height: 20em;
  overflow-y: auto;
  z-index: 1200; }

.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer; }

li.CodeMirror-hint-active {
  background: #08f;
  color: white; }

.CodeMirror-hint {
  max-width: 30em; }
