﻿.cm-s-vb span.cm-comment {
	color: #a86;
}

.cm-s-vb span.cm-keyword {
	line-height: 1em;
	font-weight: bold;
	color: blue;
}

.cm-s-vb span.cm-string {
	color: #a22;
}

.cm-s-vb span.cm-builtin {
	line-height: 1em;
	font-weight: bold;
	color: #077;
}

.cm-s-vb span.cm-special {
	line-height: 1em;
	font-weight: bold;
	color: #0aa;
}

.cm-s-vb span.cm-variable {
	color: black;
}

.cm-s-vb span.cm-number, .cm-s-vb span.cm-atom {
	color: #3a3;
}

.cm-s-vb span.cm-meta {
	color: #555;
}

.cm-s-vb span.cm-link {
	color: #3a3;
}

.cm-s-vb .CodeMirror-activeline-background {
	background: #e8f2ff;
}

.cm-s-vb .CodeMirror-matchingbracket {
	outline: 1px solid grey;
	color: black !important;
}
