pre code {
  line-height: 17px;
}

code .comment {
  color: #767676;
}

code .string {
	color: #6f0;
}

code .keyword, 
code .control {
	color: #f60;
}

code .number,
code .constant,
code .symbol {
  color: #7CB893;
}

code .dom {
  color: #53D7FE;
}

code .global {
	color: #7cb893;
}

code .function,
code .fun,
code .fun2, 
code .entity {
  color: #fc0;
}

code .parameter {
  font-style: italic;
}

code .brackets {
	color: #fff;
}

code .property {
  color: #f60;
}

code .variable {
  color: #5ddbff;
}

code .regexp {
  color: #44b4cc;
}

code .shell-command {
  background-color: #333;
  color: #cc3;
}

code .shell-command .interpolation {
  background-color: #222;
}

code .tag,
code .attribute-with-equals-sign {
  color: #f60;
}

code .class-definition-signature {
  text-decoration: underline;
}

code .superclass {
  font-style: italic;
}

