/* generic */
.syntax-keyword, .syntax-K, .syntax-block, .syntax-F { color: #00e; }
.syntax-L { font-weight: bold; color: #44a; }
.syntax-attribute { color: #e44; }
.syntax-attribute-value { color: #191; }
.syntax-comment, .syntax-comment span { color: #bbb !important; font-weight: normal !important; }
.syntax-comment-open, .syntax-comment-close { color: #999 !important; }
.syntax-block { }
.syntax-script-start, .syntax-script-finish { font-weight: bold; color: #fb4343; }
.syntax-variable { color: #7f9fbf; }
.syntax-quoted, .syntax-quoted span { font-weight: normal !important; color: #4a4 !important; }

/* apache */
.syntax-apache-directive { font-weight: bold; }


/* css */
.syntax-css-selector { color: #00e; }
.syntax-css-keyword { color: #a00; font-weight: bold; }

/* coldfusion */
.syntax-114 .syntax-keyword, .syntax-114 .syntax-K { color: #a00; font-weight: normal; }
.syntax-114 .syntax-attribute { color: #a00; }

/* php */
.syntax-445 .syntax-K { font-weight: bold; color: #7f0055; }
.syntax-445 .syntax-F { color: #0404be; }