.hljs {
	background: rgb(240, 240, 240); padding: 0.5em; display: block; -ms-overflow-x: auto;
}
.hljs {
	color: rgb(68, 68, 68);
}
.hljs-subst {
	color: rgb(68, 68, 68);
}
.hljs-comment {
	color: rgb(136, 136, 136);
}
.hljs-keyword {
	font-weight: bold;
}
.hljs-attribute {
	font-weight: bold;
}
.hljs-selector-tag {
	font-weight: bold;
}
.hljs-meta-keyword {
	font-weight: bold;
}
.hljs-doctag {
	font-weight: bold;
}
.hljs-name {
	font-weight: bold;
}
.hljs-type {
	color: rgb(136, 0, 0);
}
.hljs-string {
	color: rgb(136, 0, 0);
}
.hljs-number {
	color: rgb(136, 0, 0);
}
.hljs-selector-id {
	color: rgb(136, 0, 0);
}
.hljs-selector-class {
	color: rgb(136, 0, 0);
}
.hljs-quote {
	color: rgb(136, 0, 0);
}
.hljs-template-tag {
	color: rgb(136, 0, 0);
}
.hljs-deletion {
	color: rgb(136, 0, 0);
}
.hljs-title {
	color: rgb(136, 0, 0); font-weight: bold;
}
.hljs-section {
	color: rgb(136, 0, 0); font-weight: bold;
}
.hljs-regexp {
	color: rgb(188, 96, 96);
}
.hljs-symbol {
	color: rgb(188, 96, 96);
}
.hljs-variable {
	color: rgb(188, 96, 96);
}
.hljs-template-variable {
	color: rgb(188, 96, 96);
}
.hljs-link {
	color: rgb(188, 96, 96);
}
.hljs-selector-attr {
	color: rgb(188, 96, 96);
}
.hljs-selector-pseudo {
	color: rgb(188, 96, 96);
}
.hljs-literal {
	color: rgb(120, 169, 96);
}
.hljs-built_in {
	color: rgb(57, 115, 0);
}
.hljs-bullet {
	color: rgb(57, 115, 0);
}
.hljs-code {
	color: rgb(57, 115, 0);
}
.hljs-addition {
	color: rgb(57, 115, 0);
}
.hljs-meta {
	color: rgb(31, 113, 153);
}
.hljs-meta-string {
	color: rgb(77, 153, 191);
}
.hljs-emphasis {
	font-style: italic;
}
.hljs-strong {
	font-weight: bold;
}
