/*
 * Copyright 2000-2014 JetBrains s.r.o.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.cm-s-default span.cm-keyword {
    color: #000080;
    font-weight: bold;
}

.cm-s-default span.cm-softKeyword {
    color: #336699;
    font-weight: bold;
}

.cm-s-default span.cm-atom {
    color: #336699;
    font-weight: bold;
}

.cm-s-default span.cm-number {
    color: #0000ff;
}

.cm-s-default span.cm-string {
    color: #008000;
    font-weight: bold;
}

.cm-s-default span.cm-def {
    color: black;
}

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

.cm-s-default span.cm-variable-2 {
    color: #05a;
}

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

.cm-s-default span.cm-property {
    color: black;
}

.cm-s-default span.cm-operator {
    color: black;
}

.cm-s-default span.cm-comment {
    color: #a50;
}

.cm-s-default span.cm-string-2 {
    color: #f50;
}

.cm-s-default span.cm-meta {
    color: #008000;
}

.cm-s-default span.cm-error {
    color: #f00;
}

.cm-s-default span.cm-qualifier {
    color: #555;
}

.cm-s-default span.cm-builtin {
    color: #30a;
}

.cm-s-default span.cm-bracket {
    color: #cc7;
}

.cm-s-default span.cm-tag {
    color: #170;
}

.cm-s-default span.cm-attribute {
    color: #00c;
}

.cm-s-default span.cm-header {
    color: #a0a;
}

.cm-s-default span.cm-quote {
    color: #090;
}

.cm-s-default span.cm-hr {
    color: #999;
}

.cm-s-default span.cm-link {
    color: #00c;
}

span.cm-header, span.cm-strong {
    font-weight: bold;
}

span.cm-em {
    font-style: italic;
}

span.cm-emstrong {
    font-style: italic;
    font-weight: bold;
}

span.cm-link {
    text-decoration: underline;
}

div.CodeMirror span.CodeMirror-matchingbracket {
    /*color: #0000ff;*/
    /*border: 1px #0000ff solid;*/
    /*background-color: #FFE87C;*/
    background-color: #e4e4ff;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #f22;
}

span.bullet {
    padding-right: 5px;
}