pre code[class]:before{
	float: right;
	content: 'highlight as: ' attr(class);
	text-align: right;
	font-size: smaller;
	color: #ccc;
}

pre code {
	display: block;
	background: #F0F0F0;
	overflow: auto;
}

pre code,
.ruby .subst,
.xml .title,
.lisp .title {
	color: #000;
}

.preprocessor {
	color: #ff0000;
}

.string,
.title,
.parent,
.tag .attribute .value,
.rules .value,
.rules .value .number,
.ruby .symbol,
.instancevar,
.aggregate,
.template_tag,
.django .variable,
.smalltalk .class,
.addition,
.flow,
.stream,
.bash .variable,
.apache .tag,
.apache .cbracket {
	color: #800;
}

.comment,
.annotation,
.template_comment,
.diff .header,
.chunk {
	color: #888;
}

.number,
.date,
.regexp,
.literal,
.smalltalk .symbol,
.smalltalk .char,
.change {
	color: #080;
}

.label,
.javadoc,
.ruby .string,
.decorator,
.filter .argument,
.localvars,
.array,
.attr_selector,
.pi,
.doctype,
.deletion,
.envvar,
.shebang,
.apache .sqbracket {
	color: #88F;
}

.keyword,
.id,
.phpdoc,
.title,
.vbscript .built_in,
.rsl .built_in,
.cpp .built_in,
.avrasm .built_in,
.aggregate,
.smalltalk .class,
.winutils,
.bash .variable,
.apache .tag {
	font-weight: 400;
	color: #0000ff;
}

.html .css,
.html .javascript,
.html .vbscript {
	opacity: .5;
}
