body {
  height: 100vh;
  overflow: hidden;
}

.shell {
}

.menu-left {
    width:100% !important;
}

.editor-controls {
  bottom: 1em;
  z-index: 9;
  width:47vw;
  left:4vw;
  position: fixed;
}

.clear-on-send {
  padding-top: 2rem !important;
}

.options-radio {
  padding: 0.2em;
}

.send-to-shell-btn {

}

.clear-on-send .label {
  color: white !important;
}

.erase-command-history {
  float: right;
}

.launch-options {
  padding-left: 1rem;
}

.shell-options {
  padding-left: 1rem;
}

#other-task-input {
  display: none;
}

.terminate-shell-btn {
  display: none;
}

.CodeMirror {
  height: calc(100vh - 40px);
}

.console-log-input {
  background-color: #151515;
}

#editor-holder {
  padding-left: 1rem !important;
  padding-right: 0px !important;
}

#console-log-holder {
  padding-left: 0px !important;
  padding-right: 1rem !important;
}

#console-log-holder .cm-s-text-ex-machina
{
  background-color: #2C2C2C;
}

.history-code-segment {
  background-color: #F0F1F1 !important;
  cursor: pointer;
}

.copy-command {
    display: none;
    position: absolute;
    margin-right: 1em;
    right: 0;
    color: #929292;
    font-style: italic;
}

.history-code {
  max-height: 12.4em;
  overflow: hidden;
}