/* PrismJS 1.17.1
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */
 code[class*=language-], pre[class*=language-] {
	color: #fff;
	/* font-family: 'Roboto',Helvetica,Arial,sans-serif; */
	font-family: Consolas, Menlo, Monaco, source-code-pro, Courier New, monospace;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;
	margin-bottom: 0;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	position: relative;
}
code {
  border: 0!important;
  background-color: transparent!important;
}

code span {
	font-family: Consolas, Menlo, Monaco, source-code-pro, Courier New, monospace;
}

pre[class*=language-] {
	padding: 1.3125rem;
	margin: 30px auto 0;
	overflow: auto;
	padding: 1.3125rem;
	box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
}
pre[class*=language-]::selection {
	background: #27292a;
}
pre[class*=language-]::selection, pre[class*=language-] ::selection {
	text-shadow: none;
	background: hsla(0, 0%, 100%, .15);
}
code[class*=language-]:before {
	font-weight: 700;
	font-size: 14px;
	content: attr(rel);
	color: #fff;
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	padding: 0;
}
:not(pre)>code[class*=language-] {
	border-radius: .3em;
	background: rgba(255, 229, 100, 0.2);
	background-color: rgba(255, 229, 100, 0.2)!important;
	color: rgba(26,26,26);
	padding: .15em .2em .05em;
	white-space: normal;
	font-size: 18px;
}
a > code[class*=language-] {
	background-color: rgba(187,239,253,0.3)!important;
	border-bottom: 1px solid rgba(0,0,0,0.2)!important;
	color: #1a1a1a;
	border-radius: 0;
}
a > code[class*=language-]:hover {
	background-color: #bbeffd!important;
  border-bottom-color: #1a1a1a!important;
}
pre {
  background-color: #011627;
  border-radius: 10px;
  overflow: auto;
  padding: 1.3125rem;
  margin: 30px auto 0;
}
.token.attr-name {
	color: #addb67;
	font-style: italic;
}
.token.comment {
	color: #809393;
}
.token.string, .token.url {
	color: #addb67;
}
.token.variable {
	color: #d6deeb;
}
.token.number {
	color: #f78c6c;
}
.token.builtin, .token.char, .token.constant, .token.function {
	color: #82aaff;
}
.token.punctuation {
	color: #c792ea;
}
.token.doctype, .token.selector {
	color: #c792ea;
	font-style: italic;
}
.token.class-name {
	color: #ffcb8b;
}
.token.keyword, .token.operator, .token.tag {
	color: #ffa7c4;
}
.token.boolean {
	color: #ff5874;
}
.token.property {
	color: #80cbc4;
}
.token.namespace {
	color: #b2ccd6;
}