.cm-s-manifesto .cm-header {color: blue;}
.cm-s-manifesto .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-manifesto .cm-keyword {color: #708;}
.cm-s-manifesto .cm-atom {color: #219;}
.cm-s-manifesto .cm-number {color: #164;}
.cm-s-manifesto .cm-def {color: #00f;}
.cm-s-manifesto .cm-variable,
.cm-s-manifesto .cm-punctuation,
.cm-s-manifesto .cm-property,
.cm-s-manifesto .cm-operator {}
.cm-s-manifesto .cm-variable-2 {color: #05a;}
.cm-s-manifesto .cm-variable-3, .cm-s-manifesto .cm-type {color: #085;}
.cm-s-manifesto .cm-comment {color: #a50;}
.cm-s-manifesto .cm-string {color: #a11;}
.cm-s-manifesto .cm-string-2 {color: #f50;}
.cm-s-manifesto .cm-meta {color: #555;}
.cm-s-manifesto .cm-qualifier {color: #555;}
.cm-s-manifesto .cm-builtin {color: #30a;}
.cm-s-manifesto .cm-bracket {color: #997;}
.cm-s-manifesto .cm-tag {color: #170;}
.cm-s-manifesto .cm-attribute {color: #00c;}
.cm-s-manifesto .cm-hr {color: #999;}
.cm-s-manifesto .cm-link {color: #00c;}

.cm-s-manifesto .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}


.cm-s-manifesto span.cm-comment { color: #a86; }
.cm-s-manifesto span.cm-string { color: #a22; }
.cm-s-manifesto span.cm-builtin { font-weight: bold; color: #077; }
.cm-s-manifesto span.cm-special { font-weight: bold; color: #0aa; }
.cm-s-manifesto span.cm-number, .cm-s-manifesto span.cm-atom { color: #3a3; }
.cm-s-manifesto span.cm-meta {color: #555;}
.CodeMirror.cm-s-manifesto {
	height: 100%;
	overflow: hidden;
}
.syntax-editor-container {
	height: 100%;
	overflow: hidden;
}