pre[class*=language-]
{
	padding: 1em;
	padding-top: 3.5em;
	margin: 0.5em 0;
	overflow: auto;
	color: white;
	background: rgba(255, 255, 255, 0.1);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.15));
	font-family: "Fira Code", Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 1.25em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	-moz-tab-size: 2;
	-o-tab-size: 2;
	tab-size: 2;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	border-radius: 15px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

pre[class*=language-]:before
{
	content: "•••";
	display: block;
	height: 25px;
	font-size: 60px;
	text-indent: 10px;
	letter-spacing: -8px;
	line-height: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0.5em;
	left: 0;
	right: 0;
	color: rgba(255, 255, 255, 0.3);
}

:not(pre)>code[class*=language-]
{
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

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

.token.punctuation {
	color: #999;
	font-weight: 500;
}

.token.namespace {
	opacity: .7;
}

.token.builtin
{
	color: hsl(205, 100%, 65%);
}

.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag {
	color: hsl(345, 100%, 65%);
}

.token.attr-name, 
.token.char,
.token.inserted,
.token.selector,
.token.string {
	color: hsl(345, 100%, 65%);
}



.token.atrule,.token.attr-value,.token.keyword {
	color: hsl(205, 100%, 65%);
}

.token.class-name,.token.function {
	color: white;
}

.token.important,.token.regex,.token.variable {
	color: #e90;
}

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

.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}