pre {
  margin:0;
  background: #FFF;
  overflow:auto;
  padding:2px;
}

.full pre, .full code {
  width: 100%;
  width:646px !important;
}

.javascript .comment, .ruby .comment {
	color : green;
}

.javascript .string, .ruby .string {
	color : teal;
}

.javascript .keywords, .ruby .keywords {
	color : navy;
}

.javascript .global {
	color : blue;
}

.javascript .brackets, .ruby .brackets {
	color : navy;
}

.css .comment {
	color : gray;
}

.css .properties {
	color : navy;
}

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

.css .units {
	color :red;
}

.css .urls {
	color :green;
}

.html .tag {
	position:inherit;
	color : purple;
}

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

.html .string {
	color : navy;
}

.html .doctype {
	color : teal;
}
