code[class*="language-"],
pre[class*="language-"] {
	text-shadow: 0 -.1em .2em black;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

@media print {
	[class*="language-"] {
		text-shadow: none;
	}
}

:not(pre) > code[class*="language-"] {
	white-space: pre-wrap;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #cff;
}

.token.punctuation {
	opacity: .7;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
	color: #cfc;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #fcf;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #fcc;
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #ccf;
}

.token.regex,
.token.important {
	color: #ffc;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.token.deleted {
	color: red;
}

