.syntax-container.syntax-theme-bright .syntax {

font-family: Menlo, Monaco, Consolas, monospace;
line-height: 1.5em; }
.syntax-container.syntax-theme-bright .syntax .function {
  color: #33f; }
.syntax-container.syntax-theme-bright .syntax .keyword {
  color: #3c3; }
.syntax-container.syntax-theme-bright .syntax .access {
  color: #ffb600;
  font-weight: bold; }
.syntax-container.syntax-theme-bright .syntax .type {
  color: #191;
  font-weight: bold; }
.syntax-container.syntax-theme-bright .syntax .comment {
  color: #6ac;
  font-style: italic; }
.syntax-container.syntax-theme-bright .syntax .string, .syntax-container.syntax-theme-bright .syntax .constant {
  color: #f33; }
.syntax-container.syntax-theme-bright .syntax .string .escape {
  color: #f99; }
.syntax-container.syntax-theme-bright .syntax .operator {
  color: #c00; }
.syntax-container.syntax-theme-bright .syntax .href {
  color: #00f;
  text-decoration: underline; }
.syntax-container.syntax-theme-bright .syntax .variable {
  color: #22c; }