pre {
  background:#F8F8F8 none repeat scroll 0%;
  border: 1px solid silver;
  font-size:1.1em;
  margin : 1em 0em;
  padding : .2em;
  line-height: 1.5;
  overflow:auto;
  padding:.2em;
}

/** RUBY / JAVASCRIPT **/
#content code span.comment {
	color: #008800;
}

#content code span.string {
	color: #008800;
}

#content code span.brackets {
	
}

#content code span.symbol {
	color: #0066BB;
}

#content code span.keywords {
	color: #C71585;
}

#content code span.erb {
	background: #333;
}

/** HTML **/
code.html span.tag {
	color: #fff;
}

code.html span.attribute {
  color: #0066BB;
}


code.html span.string {
  color: #99FF00;
}

code.html span.comment {
  color: #008800;
}

code.html span.doctype {
	color: #D7FF80;
}

pre.console {
  background: #000000;
  color: #FFFFFF;
}