code[executable] {
  display: block;
}

.executr-code-editor {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;

  /* TODO - get Zack to kill the inline values being applied in the JS */
  height: 100% !important;
  width: 100% !important;
}

.executr-code-editor .CodeMirror pre {
  box-shadow: none;
  border-width: 0;
  line-height: 1.3;
  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
}

.executr-code-editor .executr-run-button {
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;

  width: 75px;
  font-size: 15px;
  line-height: 21px;
  height: 24px;
  z-index: 5;
  border-width: 0;
  background-color: rgba(0, 0, 0, 0.15);

  position: absolute;
  top: 0 !important;
  bottom: 0;
  right: 0;

  opacity: 0.5;
}

.executr-code-editor .executr-run-button:hover {
  opacity: 0.8;
}

.CodeMirror {
  height: auto;
}

.CodeMirror-lines {
    padding: 0;
}