/*
Author: Lutz Mueller lutz@nuevatec.com
*/
.cm-s-no-color span.cm-keyword {color: #888888; font-weight: 600; }
.cm-s-no-color span.cm-atom {color: #888888; font-weight: 600; }
.cm-s-no-color span.cm-number {color: #666666;}
.cm-s-no-color span.cm-def {text-decoration:underline;}
.cm-s-no-color span.cm-variable {color: black; }
.cm-s-no-color span.cm-variable-2 {color:black;}
.cm-s-no-color span.cm-variable-3 {color: black; }
.cm-s-no-color span.cm-property {}
.cm-s-no-color span.cm-operator {}
.cm-s-no-color span.cm-comment {color: #888888; }
.cm-s-no-color span.cm-string {color: #666666;}
.cm-s-no-color span.cm-meta {color: yellow;}
.cm-s-no-color span.cm-qualifier {color: grey}
.cm-s-no-color span.cm-builtin {color: #888888; font-weight: 600; }
.cm-s-no-color span.cm-bracket {color: #888888;}
.cm-s-no-color span.cm-tag {color: black;}
.cm-s-no-color span.cm-attribute {color: #888888;}
.cm-s-no-color span.cm-error {color: #888;}

.cm-s-no-color .CodeMirror-activeline-background {background: #e8f2ff !important;}
.cm-s-no-color .CodeMirror-matchingbracket {outline:1px solid lightgrey;color:grey !important;background:lightgrey;}

.cm-s-no-color.CodeMirror {
  font-family: Monaco, Menlo,"Andale Mono","lucida console","Courier New",monospace !important;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0px black;
}

.cm-s-no-color .CodeMirror-lines .CodeMirror-cursor {
  border-left: 3px solid #444;
}
