
/* RDark theme*/
.syntaxhighlighter.sh-rdark .esl.plain, .syntaxhighlighter.sh-rdark .eda-l.plain, .syntaxhighlighter.sh-rdark .plain a {
    color: #FFFFFF!important;
}

.syntaxhighlighter.sh-rdark .esl.comments, .syntaxhighlighter.sh-rdark .eda-l.comments, .syntaxhighlighter.sh-rdark .comments a {
    color: #A0A000!important;
}

.syntaxhighlighter.sh-rdark .esl.string, .syntaxhighlighter.sh-rdark .eda-l.string, .syntaxhighlighter.sh-rdark .string a {
    color: #00FF00!important;
}

.syntaxhighlighter.sh-rdark .esl.keyword, .syntaxhighlighter.sh-rdark .eda-l.keyword {
    color: #00FFFF!important;
}

.syntaxhighlighter.sh-rdark .esl.variable, .syntaxhighlighter.sh-rdark .eda-l.variable {
    color: #DADAAA!important;
}

.syntaxhighlighter.sh-rdark .esl.value, .syntaxhighlighter.sh-rdark .eda-l.value {
    color: #FFFFFF!important;
}

.syntaxhighlighter.sh-rdark .esl.functions, .syntaxhighlighter.sh-rdark .eda-l.functions {
    color: #00FFFF!important;
}

.syntaxhighlighter.sh-rdark .esl.constants, .syntaxhighlighter.sh-rdark .eda-l.constants {
    color: #00FFFF!important;
}

.syntaxhighlighter.sh-confluence.esl, .syntaxhighlighter.sh-confluence.eda-l {
    background-color: #eeeeee !important
}

/* Confluence theme */
.syntaxhighlighter.sh-confluence .esl.plain, .syntaxhighlighter.sh-confluence .eda-l.plain, .syntaxhighlighter.sh-confluence .plain a {
    color: #000000!important;
    font-weight: bold;
}

.syntaxhighlighter.sh-confluence .esl.comments, .syntaxhighlighter.sh-confluence .eda-l.comments, .syntaxhighlighter.sh-confluence .comments a {
    color: #000000!important;
}

.syntaxhighlighter.sh-confluence .esl.string, .syntaxhighlighter.sh-confluence .eda-l.string, .syntaxhighlighter.sh-confluence .string a {
    color: #000000!important;
    font-weight: bold;
}

.syntaxhighlighter.sh-confluence .esl.keyword, .syntaxhighlighter.sh-confluence .eda-l.keyword {
    color: #054FFA!important;
    font-weight: bold;
}

.syntaxhighlighter.sh-confluence .esl.variable, .syntaxhighlighter.sh-confluence .eda-l.variable {
    color: #000000!important;
}

.syntaxhighlighter.sh-confluence .esl.value, .syntaxhighlighter.sh-confluence .eda-l.value {
    color: #000000!important;
}

.syntaxhighlighter.sh-confluence .esl.functions, .syntaxhighlighter.sh-confluence .eda-l.functions {
    color: #054FFA!important;
    font-weight: bold;
}

.syntaxhighlighter.sh-confluence .esl.constants, .syntaxhighlighter.sh-confluence .eda-l.constants {
    color: #000000!important;
}



