pre.theme-duotone-space code[class*="language-"], pre[class*="language-"].theme-duotone-space {
	font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 1.375;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	background: #24242e;
	color: #767693;
}

pre > pre.theme-duotone-space  code[class*="language-"] {
	font-size: 1em;
}

pre[class*="language-"].theme-duotone-space ::-moz-selection, pre[class*="language-"].theme-duotone-space  ::-moz-selection, pre.theme-duotone-space code[class*="language-"]::-moz-selection, pre.theme-duotone-space code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #5151e6;
}

pre[class*="language-"].theme-duotone-space ::selection, pre[class*="language-"].theme-duotone-space  ::selection, pre.theme-duotone-space code[class*="language-"]::selection, pre.theme-duotone-space code[class*="language-"] ::selection {
	text-shadow: none;
	background: #5151e6;
}

pre[class*="language-"].theme-duotone-space {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	padding-left: 3.8em;
}

pre.theme-duotone-space .token.comment, pre.theme-duotone-space .token.prolog, pre.theme-duotone-space .token.doctype, pre.theme-duotone-space .token.cdata {
	color: #5b5b76;
}

pre.theme-duotone-space .token.punctuation {
	color: #5b5b76;
}

pre.theme-duotone-space .token.namespace {
	opacity: .7;
}

pre.theme-duotone-space .token.tag, pre.theme-duotone-space .token.operator, pre.theme-duotone-space .token.number {
	color: #dd672c;
}

pre.theme-duotone-space .token.property, pre.theme-duotone-space .token.function {
	color: #767693;
}

pre.theme-duotone-space .token.tag-id, pre.theme-duotone-space .token.selector, pre.theme-duotone-space .token.atrule-id {
	color: #ebebff;
}

pre.theme-duotone-space code.language-javascript, pre.theme-duotone-space .token.attr-name {
	color: #aaaaca;
}

pre.theme-duotone-space code.language-css, pre.theme-duotone-space code.language-scss, pre.theme-duotone-space .token.boolean, pre.theme-duotone-space .token.string, pre.theme-duotone-space .token.entity, pre.theme-duotone-space .token.url, pre.theme-duotone-space .language-css .token.string, pre.theme-duotone-space .language-scss .token.string, pre.theme-duotone-space .style .token.string, pre.theme-duotone-space .token.attr-value, pre.theme-duotone-space .token.keyword, pre.theme-duotone-space .token.control, pre.theme-duotone-space .token.directive, pre.theme-duotone-space .token.unit, pre.theme-duotone-space .token.statement, pre.theme-duotone-space .token.regex, pre.theme-duotone-space .token.atrule {
	color: #fe8c52;
}

pre.theme-duotone-space .token.placeholder, pre.theme-duotone-space .token.variable {
	color: #fe8c52;
}

pre.theme-duotone-space .token.deleted {
	text-decoration: line-through;
}

pre.theme-duotone-space .token.inserted {
	border-bottom: 1px dotted #ebebff;
	text-decoration: none;
}

pre.theme-duotone-space .token.italic {
	font-style: italic;
}

pre.theme-duotone-space .token.important, pre.theme-duotone-space .token.bold {
	font-weight: bold;
}

pre.theme-duotone-space .token.important {
	color: #aaaaca;
}

pre.theme-duotone-space .token.entity {
	cursor: help;
}

pre > pre.theme-duotone-space code.highlight {
	outline: .4em solid #7676f4;
	outline-offset: .4em;
}

pre.theme-duotone-space .line-numbers.line-numbers .line-numbers-rows {
	border-right-color: #262631;
}

pre.theme-duotone-space .line-numbers .line-numbers-rows > span:before {
	color: #393949;
}

pre.theme-duotone-space .line-highlight.line-highlight {
	background: rgba(221, 103, 44, .2);
	background: -webkit-linear-gradient(left, rgba(221, 103, 44, .2) 70%, rgba(221, 103, 44, 0));
	background: linear-gradient(to right, rgba(221, 103, 44, .2) 70%, rgba(221, 103, 44, 0));
}

pre.theme-duotone-space.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 50%;
	font-size: 100%;
	left: 0;
	width: 3em;
	letter-spacing: -1px;
	border-right: 1px solid #999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

pre.theme-duotone-space .line-numbers-rows > span {
	display: block;
	counter-increment: linenumber;
}

pre.theme-duotone-space .line-numbers-rows > span:before {
	content: counter(linenumber);
	color: #999;
	display: block;
	padding-right: .8em;
	text-align: right;
}