.drkm-code-div {
    font-size: 90%;
    overflow: auto;
    width: 90%;
    height: 100%;
    color: #000000;
    background-color: #eeeeee;
    margin-left: 5%;
    margin-right: 5%;
}
.fl-comment {
    /* font-lock-comment-face */
    color: #666666;
    font-style: italic;
}
.fl-drkm-flXcomment {
    /* font-lock-comment-face */
    color: #666666;
    font-style: italic;
}
.fl-comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: #666666;
}
.fl-constant {
    /* font-lock-constant-face */
    color: #5f9ea0;
}
.fl-doc {
    /* font-lock-doc-face */
    /* color: #bc8f8f; */
    color: #666666;
    font-style: italic;
}
.fl-function-name {
    /* font-lock-function-name-face */
    color: #0000ff;
}
.fl-keyword {
    /* font-lock-keyword-face */
    color: #a020f0;
}
.fl-string {
    /* font-lock-string-face */
    color: #bc8f8f;
}
.fl-type {
    /* font-lock-type-face */
    color: #228b22;
}
.fl-variable-name {
    /* font-lock-variable-name-face */
    color: #b8860b;
}
.fl-nxml-attribute-colon {
    /* nxml-attribute-colon-face */
    color: #257A25;
}
.fl-nxml-attribute-local-name {
    /* nxml-attribute-local-name-face */
    color: #257A25;
}
.fl-nxml-attribute-prefix {
    /* nxml-attribute-prefix-face */
    color: #257A25;
}
.fl-nxml-attribute-value {
    /* nxml-attribute-value-face */
    color: #3A3A7B;
}
.fl-nxml-attribute-value-delimiter {
    /* nxml-attribute-value-delimiter-face */
    color: #9292C9;
}
.fl-nxml-comment-content {
    /* nxml-comment-content-face */
    font-style: italic;
}
.fl-nxml-comment-delimiter {
    /* nxml-comment-delimiter-face */
    color: #9292C9;
}
.fl-nxml-element-colon {
    /* nxml-element-colon-face */
    color: #257A25;
}
.fl-nxml-element-local-name {
    /* nxml-element-local-name-face */
    color: #257A25;
}
.fl-nxml-element-prefix {
    /* nxml-element-prefix-face */
    color: #257A25;
}
.fl-nxml-namespace-attribute-colon {
    /* nxml-namespace-attribute-colon-face */
    color: #257A25;
}
.fl-nxml-namespace-attribute-prefix {
    /* nxml-namespace-attribute-prefix-face */
    color: #257A25;
}
.fl-nxml-namespace-attribute-value {
    /* nxml-namespace-attribute-value-face */
    color: #3A3A7B;
}
.fl-nxml-namespace-attribute-value-delimiter {
    /* nxml-namespace-attribute-value-delimiter-face */
    color: #9292C9;
}
.fl-nxml-namespace-attribute-xmlns {
    /* nxml-namespace-attribute-xmlns-face */
    color: #257A25;
}
.fl-nxml-processing-instruction-delimiter {
    /* nxml-processing-instruction-delimiter-face */
    color: #9292C9;
}
.fl-nxml-processing-instruction-target {
    /* nxml-processing-instruction-target-face */
    color: #257A25;
}
.fl-nxml-tag-delimiter {
    /* nxml-tag-delimiter-face */
    color: #9292C9;
}
.fl-nxml-tag-slash {
    /* nxml-tag-slash-face */
    color: #257A25;
}
