code[class*="language-"],
pre[class*="language-"] {
	color: #c5c8c6;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	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;
}

/* Code blocks */
pre[class*="language-"] {
	padding: .75em;
	margin: .5em 0;
	overflow: auto;
	border-radius: 0.3em;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: #212121;
}

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

.token.script.language-javascript {
    color: #eeffff;
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #8b949e;
}

.token.attr-name,
.token.namespace,
.token.deleted {
    color: #bb80b3;
}

.token.function,
.token.function-name {
    color: #82aaff;
}

.token.unit,
.token.url,
.token.boolean,
.token.number {
    color: #f78c6c;
}

.token.color,
.token.hexcode,
.token.builtin,
.token.property,
.token.class,
.token.class-name,
.token.constant,
.token.symbol {
    color: #ffcb6b;
}

.token.id,
.token.selector,
.token.important,
.token.atrule,
.token.keyword {
    color: #c792ea;
}

.token.pseudo-class,
.token.pseudo-element,
.token.inserted,
.token.attribute,
.token.string,
.token.char,
.token.attr-value,
.token.regex,
.token.variable {
    color: #c3e88d;
}

.token.punctuation,
.token.operator,
.token.entity,
.token.url {
    color: #89ddff;
}

.token.tag {
    color: #f07178;
}

.token.parameter,
.token.deleted {
    color: #ff5370;
}

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

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

.token.entity {
    cursor: help;
}