code {
  font-family: Courier, monospace;
}

pre {
  padding: 9px 18px;
  background-color: #F5F0E3;
  color: #291F15;
  border: 1px solid #DDD;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 1.1em;
  overflow: auto;
	font-size: 12px;
	line-height: 1;
}

.javascript .string, .ruby .string, .html .string, .erb .string {
	color : #66CC33;
}

.javascript .keywords, .ruby .keywords {
	color : #2B2BFF;
}

.javascript .brackets, .ruby .brackets {
	color : #999;
}

.ruby .symbol, .erb .symbol, .css .colors {
  color : #CB2125;
}

.css .selectors {
	font-weight : bold;
}

.css .units {
	color :red;
}

.css .urls {
	color :green;
}

.html .tag, .erb .tag, .javascript .global, .css .properties, .css .comment {
  color: #3387BE;
}

.html .comment, .javascript .comment, .ruby .comment {
	color : gray;
	font-style: italic;
}

.html .doctype {
	color : teal;
}
