﻿/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/

pre {
	border-left:2px solid #bbb;
	margin: .83em;
	padding-left:20px;
	clear: both;
}

.string,
.attribute .value,
.filter .argument,
.addition,
.change {
  color: #888;
}

.comment, 
.template_comment,
.shebang,
.doctype,
.pi,
.javadoc,
.deletion {
  color: #CCC;
}

.keyword,
.tag .title,
.ini .title,
.winutils,
.flow,
.lisp .title {
  font-weight: bold;
}
