1.syntax-container.syntax-theme-bright .syntax {
2  font-family: Menlo, Monaco, Consolas, monospace;
3  line-height: 1.5em; }
4  .syntax-container.syntax-theme-bright .syntax .function {
5    color: #3333ff; }
6  .syntax-container.syntax-theme-bright .syntax .keyword {
7    color: #33cc33; }
8  .syntax-container.syntax-theme-bright .syntax .access {
9    color: #ffb600;
10    font-weight: bold; }
11  .syntax-container.syntax-theme-bright .syntax .type {
12    color: #119911;
13    font-weight: bold; }
14  .syntax-container.syntax-theme-bright .syntax .comment {
15    color: #66aacc;
16    font-style: italic; }
17  .syntax-container.syntax-theme-bright .syntax .string, .syntax-container.syntax-theme-bright .syntax .constant {
18    color: #ff3333; }
19  .syntax-container.syntax-theme-bright .syntax .string .escape {
20    color: #ff9999; }
21  .syntax-container.syntax-theme-bright .syntax .operator {
22    color: #cc0000; }
23  .syntax-container.syntax-theme-bright .syntax .href {
24    color: blue;
25    text-decoration: underline; }
26  .syntax-container.syntax-theme-bright .syntax .variable {
27    color: #2222cc; }
28