pre {
	margin-bottom:1em;
	padding : 1em;
  background-color:#2b312a;       /* dark grey-green */
	overflow: auto;
	color: #fff;
}

code {
	font-size: 85%;
	line-height:1.3em;
}

.css .comment,
.javascript .comment, 
.ruby .comment,
.html .comment {
	color : #999;
}

.javascript .string, 
.ruby .string,
.css .units {
	color : #ff8576;              /* coral */
}

.css .selectors,
.javascript .keywords, 
.ruby .keywords,
.html .doctype {
	color : #c3ffdf;              /* aqua */
}

.ruby .method,
.javascript .global {
	color : #ffbb58;              /* orange */
}

.javascript .brackets, 
.ruby .brackets,
.html .tag {
	color : #b589ff;              /* lavender */
}

.ruby .constants,
.css .urls {
	color: #fffe74;               /* yellow */
}
.ruby .symbol {
	color: #ffcae0;               /* pink */
}
.ruby .instance {
	color: #cea17b;               /* tan */
}
.css .properties,
.html .string {
	color : #a1bdff;              /* blue */
}

.css .selectors {
	font-weight : bold;
}
.html .comment {
	font-style: italic;
}
