.CodeMirror {
  height: 580px !important;
  font-size: 14px;
}
pre.code,
.editbox {
  color: #666666 !important;
}
.editbox p {
  margin: 0 !important;
}
.cm-punctuation {
  color: green !important;
}
.cm-operator {
  color: purple !important;
}
.cm-keyword {
  color: blue !important;
}
.cm-atom {
  color: brown !important;
}
.cm-variable {
  color: black !important;
}
.cm-variabledef {
  color: #0000FF !important;
}
.cm-localvariable {
  color: #004499 !important;
}
.cm-property {
  color: black !important;
}
.cm-comment {
  color: green !important;
}
.cm-string {
  color: red !important;
}
