@charset "utf-8";
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(view-source:){

*|*:root {
	background: #302D26 !important;
}
*::-moz-selection {
	background: #600 !important;
}
body {
	font: 12px Monaco, -moz-fixed !important;
	margin: 0;
	padding: 0.6em 1em;
	color: #FCFFE0 !important;
}
.doctype,
.start-tag,
.end-tag {
	color: #BABD92 !important;
	font-weight: normal !important;
}
.comment,
.cdata,
.pi {
	color: #706D5B !important;
}
.attribute-name {
	color: #BA6912 !important;
	font-weight: normal !important;
}
.attribute-value {
	color: #C3AB9F !important;
}
.error, .error > .start-tag, .error > .end-tag,
.error > .comment, .error > .cdata, .error > .doctype,
.error > .pi, .error > .entity, .error > .attribute-name,
.error > .attribute-value {
	color: red !important;
	background: #fff !important;
	font-weight: bold !important;
}
/* Extension HTML Validator
------------------------------------------------------------------*/
#__firefox-tidy-id,
#__firefox-tidy-id .start-tag,
#__firefox-tidy-id .end-tag {
	color: red !important;
	background: white !important;
}
#__firefox-tidy-id .attribute-name {
	color: #b00 !important;
}
#__firefox-tidy-id .attribute-value {
	color: #d00 !important;
}
}