sup {
  font-size: 11px;
}

.codeEditor,
.consoleEditor,
.codeEditorLineNumbers {
  display: block;
  font-size: 1.1em;
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.codeEditorLineNumbers {
  border-radius: 0 0 0 5px;
  background: #133b60;
  padding: 16px 4px;
  text-align: right;
  width: 40px;
}

.codeEditor {
  background-color: #0d2e4e;
  border-radius: 0 0 5px 0;
  height: 320px;
  padding: 16px;
}

.consoleEditor {
  background-color: #222222;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #fff;
  color: #aaa;
  height: 160px;
  padding: 16px;
}

.hideCursor .ti-cursor {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .codeEditor,
  .consoleEditor,
  .codeEditorLineNumbers {
    font-size: 0.95em;
  }

  code.codeEditor {
    white-space: normal !important;
  }
}
