
/* source code style starts */
.mo-source-code pre {
	position: relative;
}
.mo-source-code.visibility-on-hover pre .mo-copy-button {
	opacity: 0;
}
.mo-source-code pre .mo-copy-button {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	font-size: 13px;
	border: none;
	outline: 0;
	transition: .3s;
}
.mo-source-code.position-bottom-right pre .mo-copy-button {
	top: inherit;
	bottom: 0;
}
.mo-source-code pre .mo-copy-button:focus {
	outline: 0;
}
.mo-source-code.visibility-on-hover:hover pre .mo-copy-button {
	opacity: 1;
}

.mo-source-code pre[class*="language-"].line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}
.mo-source-code pre[class*="language-"].line-numbers > code {
	position: relative;
	white-space: inherit;
}
.mo-source-code .line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.mo-source-code .line-numbers-rows > span {
	display: block;
	counter-increment: linenumber;
}
.mo-source-code .line-numbers-rows > span:before {
	content: counter(linenumber);
	color: #999;
	display: block;
	padding-right: 0.8em;
	text-align: right;
}






/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+actionscript+apacheconf+applescript+arduino+aspnet+bash+basic+c+csharp+cpp+coffeescript+clojure+dart+django+docker+elixir+erlang+git+go+graphql+haml+haskell+http+hpkp+hsts+java+javadoc+javadoclike+javastacktrace+jsdoc+js-extras+js-templates+json+jsonp+json5+kotlin+less+lisp+markdown+markup-templating+matlab+nginx+nix+objectivec+perl+php+phpdoc+php-extras+plsql+powershell+python+r+jsx+tsx+regex+rest+ruby+sass+scss+scala+sql+stylus+swift+twig+typescript+vbnet+visual-basic+wasm+wiki+xquery+yaml */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

.prism code[class*="language-"],
.prism pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: 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;
}

.prism pre[class*="language-"]::-moz-selection, .prism pre[class*="language-"] ::-moz-selection,
.prism code[class*="language-"]::-moz-selection, .prism code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

.prism pre[class*="language-"]::selection, .prism pre[class*="language-"] ::selection,
.prism code[class*="language-"]::selection, .prism code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

.prism @media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

.prism pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

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

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

.prism .token.comment,
.prism .token.prolog,
.prism .token.doctype,
.prism .token.cdata {
	color: slategray;
}

.prism .token.punctuation {
	color: #999;
}

.prism .token.namespace {
	opacity: .7;
}

.prism .token.property,
.prism .token.tag,
.prism .token.boolean,
.prism .token.number,
.prism .token.constant,
.prism .token.symbol,
.prism .token.deleted {
	color: #905;
}

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

.prism .token.operator,
.prism .token.entity,
.prism .token.url,
.prism .language-css .token.string,
.prism .style .token.string {
	color: #9a6e3a;
	background: hsla(0, 0%, 100%, .5);
}

.prism .token.atrule,
.prism .token.attr-value,
.prism .token.keyword {
	color: #07a;
}

.prism .token.function,
.prism .token.class-name {
	color: #DD4A68;
}

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

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

.prism .token.entity {
	cursor: help;
}

/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism-dark&languages=markup+css+clike+javascript+actionscript+apacheconf+applescript+arduino+aspnet+bash+basic+c+csharp+cpp+coffeescript+clojure+dart+django+docker+elixir+erlang+git+go+graphql+haml+haskell+http+hpkp+hsts+java+javadoc+javadoclike+javastacktrace+jsdoc+js-extras+js-templates+json+jsonp+json5+kotlin+less+lisp+markdown+markup-templating+matlab+nginx+nix+objectivec+perl+php+phpdoc+php-extras+plsql+powershell+python+r+jsx+tsx+regex+rest+ruby+sass+scss+scala+sql+stylus+swift+twig+typescript+vbnet+visual-basic+wasm+wiki+xquery+yaml */
/**
 * prism.js Dark theme for JavaScript, CSS and HTML
 * Based on the slides of the talk â€œ/Reg(exp){2}lained/â€
 * @author Lea Verou
 */


.prism-dark code[class*="language-"],
.prism-dark pre[class*="language-"] {
	color: white;
	background: none;
	text-shadow: 0 -.1em .2em black;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: 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;
}

.prism-dark @media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

.prism-dark pre[class*="language-"],
.prism-dark :not(pre) > code[class*="language-"] {
	background: hsl(30, 20%, 25%);
}

.prism-dark pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border: .3em solid hsl(30, 20%, 40%);
	border-radius: .5em;
	box-shadow: 1px 1px .5em black inset;
}

.prism-dark :not(pre) > code[class*="language-"] {
	padding: .15em .2em .05em;
	border-radius: .3em;
	border: .13em solid hsl(30, 20%, 40%);
	box-shadow: 1px 1px .3em -.1em black inset;
	white-space: normal;
}

.prism-dark .token.comment,
.prism-dark .token.prolog,
.prism-dark .token.doctype,
.prism-dark .token.cdata {
	color: hsl(30, 20%, 50%);
}

.prism-dark .token.punctuation {
	opacity: .7;
}

.prism-dark .token.namespace {
	opacity: .7;
}

.prism-dark .token.property,
.prism-dark .token.tag,
.prism-dark .token.boolean,
.prism-dark .token.number,
.prism-dark .token.constant,
.prism-dark .token.symbol {
	color: hsl(350, 40%, 70%);
}

.prism-dark .token.selector,
.prism-dark .token.attr-name,
.prism-dark .token.string,
.prism-dark .token.char,
.prism-dark .token.builtin,
.prism-dark .token.inserted {
	color: hsl(75, 70%, 60%);
}

.prism-dark .token.operator,
.prism-dark .token.entity,
.prism-dark .token.url,
.prism-dark .language-css .token.string,
.prism-dark .style .token.string,
.prism-dark .token.variable {
	color: hsl(40, 90%, 60%);
}

.prism-dark .token.atrule,
.prism-dark .token.attr-value,
.prism-dark .token.keyword {
	color: hsl(350, 40%, 70%);
}

.prism-dark .token.regex,
.prism-dark .token.important {
	color: #e90;
}

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

.prism-dark .token.entity {
	cursor: help;
}

.prism-dark .token.deleted {
	color: red;
}


/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism-funky&languages=markup+css+clike+javascript+actionscript+apacheconf+applescript+arduino+aspnet+bash+basic+c+csharp+cpp+coffeescript+clojure+dart+django+docker+elixir+erlang+git+go+graphql+haml+haskell+http+hpkp+hsts+java+javadoc+javadoclike+javastacktrace+jsdoc+js-extras+js-templates+json+jsonp+json5+kotlin+less+lisp+markdown+markup-templating+matlab+nginx+nix+objectivec+perl+php+phpdoc+php-extras+plsql+powershell+python+r+jsx+tsx+regex+rest+ruby+sass+scss+scala+sql+stylus+swift+twig+typescript+vbnet+visual-basic+wasm+wiki+xquery+yaml 
/**
 * prism.js Funky theme
 * Based on â€œPolyfilling the gapsâ€ talk slides http://lea.verou.me/polyfilling-the-gaps/
 * @author Lea Verou
 */

.prism-funky code[class*="language-"],
.prism-funky pre[class*="language-"] {
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: 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;
}

.prism-funky pre[class*="language-"] {
	padding: .4em .8em;
	margin: .5em 0;
	overflow: auto;
	background: url('data:image/svg+xml;charset=utf-8,<svg%20version%3D"1.1"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"100"%20height%3D"100"%20fill%3D"rgba(0%2C0%2C0%2C.2)">%0D%0A<polygon%20points%3D"0%2C50%2050%2C0%200%2C0"%20%2F>%0D%0A<polygon%20points%3D"0%2C100%2050%2C100%20100%2C50%20100%2C0"%20%2F>%0D%0A<%2Fsvg>');
	background-size: 1em 1em;
}

.prism-funky code[class*="language-"] {
	background: black;
	color: white;
	box-shadow: -.3em 0 0 .3em black, .3em 0 0 .3em black;
}

.prism-funky :not(pre) > code[class*="language-"] {
	padding: .2em;
	border-radius: .3em;
	box-shadow: none;
	white-space: normal;
}

.prism-funky .token.comment,
.prism-funky .token.prolog,
.prism-funky .token.doctype,
.prism-funky .token.cdata {
	color: #aaa;
}

.prism-funky .token.punctuation {
	color: #999;
}

.prism-funky .token.namespace {
	opacity: .7;
}

.prism-funky .token.property,
.prism-funky .token.tag,
.prism-funky .token.boolean,
.prism-funky .token.number,
.prism-funky .token.constant,
.prism-funky .token.symbol {
	color: #0cf;
}

.prism-funky .token.selector,
.prism-funky .token.attr-name,
.prism-funky .token.string,
.prism-funky .token.char,
.prism-funky .token.builtin {
	color: yellow;
}

.prism-funky .token.operator,
.prism-funky .token.entity,
.prism-funky .token.url,
.prism-funky .language-css .token.string,
.prism-funky .token.variable,
.prism-funky .token.inserted {
	color: yellowgreen;
}

.prism-funky .token.atrule,
.prism-funky .token.attr-value,
.prism-funky .token.keyword {
	color: deeppink;
}

.prism-funky .token.regex,
.prism-funky .token.important {
	color: orange;
}

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

.prism-funky .token.entity {
	cursor: help;
}

.prism-funky .token.deleted {
	color: red;
}

.prism-funky pre.diff-highlight.diff-highlight > code .token.deleted:not(.prefix),
.prism-funky pre > code.diff-highlight.diff-highlight .token.deleted:not(.prefix) {
	background-color: rgba(255, 0, 0, .3);
	display: inline;
}

.prism-funky pre.diff-highlight.diff-highlight > code .token.inserted:not(.prefix),
.prism-funky pre > code.diff-highlight.diff-highlight .token.inserted:not(.prefix) {
	background-color: rgba(0, 255, 128, .3);
	display: inline;
}


/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+actionscript+apacheconf+applescript+arduino+aspnet+bash+basic+c+csharp+cpp+coffeescript+clojure+dart+django+docker+elixir+erlang+git+go+graphql+haml+haskell+http+hpkp+hsts+java+javadoc+javadoclike+javastacktrace+jsdoc+js-extras+js-templates+json+jsonp+json5+kotlin+less+lisp+markdown+markup-templating+matlab+nginx+nix+objectivec+perl+php+phpdoc+php-extras+plsql+powershell+python+r+jsx+tsx+regex+rest+ruby+sass+scss+scala+sql+stylus+swift+twig+typescript+vbnet+visual-basic+wasm+wiki+xquery+yaml */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

.prism-okaidia code[class*="language-"],
.prism-okaidia pre[class*="language-"] {
	color: #f8f8f2;
	background: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: 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;
}

.prism-okaidia pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border-radius: 0.3em;
}

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

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

.prism-okaidia .token.comment,
.prism-okaidia .token.prolog,
.prism-okaidia .token.doctype,
.prism-okaidia .token.cdata {
	color: slategray;
}

.prism-okaidia .token.punctuation {
	color: #f8f8f2;
}

.prism-okaidia .token.namespace {
	opacity: .7;
}

.prism-okaidia .token.property,
.prism-okaidia .token.tag,
.prism-okaidia .token.constant,
.prism-okaidia .token.symbol,
.prism-okaidia .token.deleted {
	color: #f92672;
}

.prism-okaidia .token.boolean,
.prism-okaidia .token.number {
	color: #ae81ff;
}

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

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

.prism-okaidia .token.atrule,
.prism-okaidia .token.attr-value,
.prism-okaidia .token.function,
.prism-okaidia .token.class-name {
	color: #e6db74;
}



/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism-twilight&languages=markup+css+clike+javascript+actionscript+apacheconf+applescript+arduino+aspnet+bash+basic+c+csharp+cpp+coffeescript+clojure+dart+django+docker+elixir+erlang+git+go+graphql+haml+haskell+http+hpkp+hsts+java+javadoc+javadoclike+javastacktrace+jsdoc+js-extras+js-templates+json+jsonp+json5+kotlin+less+lisp+markdown+markup-templating+matlab+nginx+nix+objectivec+perl+php+phpdoc+php-extras+plsql+powershell+python+r+jsx+tsx+regex+rest+ruby+sass+scss+scala+sql+stylus+swift+twig+typescript+vbnet+visual-basic+wasm+wiki+xquery+yaml */
/**
 * prism.js Twilight theme
 * Based (more or less) on the Twilight theme originally of Textmate fame.
 * @author Remy Bach
 */
 
.prism-twilight code[class*="language-"],
.prism-twilight pre[class*="language-"] {
	color: white;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	text-shadow: 0 -.1em .2em black;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: 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;
}

.prism-twilight pre[class*="language-"],
.prism-twilight :not(pre) > code[class*="language-"] {
	background: hsl(0, 0%, 8%);
}

.prism-twilight pre[class*="language-"] {
	border-radius: .5em;
	border: .3em solid hsl(0, 0%, 33%);
	box-shadow: 1px 1px .5em black inset;
	margin: .5em 0;
	overflow: auto;
	padding: 1em;
}

.prism-twilight pre[class*="language-"]::-moz-selection {
	background: hsl(200, 4%, 16%);
}

.prism-twilight pre[class*="language-"]::selection {
	background: hsl(200, 4%, 16%);
}

.prism-twilight pre[class*="language-"]::-moz-selection, 
.prism-twilight pre[class*="language-"] ::-moz-selection,
.prism-twilight code[class*="language-"]::-moz-selection, 
.prism-twilight code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: hsla(0, 0%, 93%, 0.15);
}

.prism-twilight pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
.prism-twilight code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: hsla(0, 0%, 93%, 0.15);
}

.prism-twilight :not(pre) > code[class*="language-"] {
	border-radius: .3em;
	border: .13em solid hsl(0, 0%, 33%);
	box-shadow: 1px 1px .3em -.1em black inset;
	padding: .15em .2em .05em;
	white-space: normal;
}

.prism-twilight .token.comment,
.prism-twilight .token.prolog,
.prism-twilight .token.doctype,
.prism-twilight .token.cdata {
	color: hsl(0, 0%, 47%);
}

.prism-twilight .token.punctuation {
	opacity: .7;
}

.prism-twilight .token.namespace {
	opacity: .7;
}

.prism-twilight .token.tag,
.prism-twilight .token.boolean,
.prism-twilight .token.number,
.prism-twilight .token.deleted {
	color: hsl(14, 58%, 55%);
}

.prism-twilight .token.keyword,
.prism-twilight .token.property,
.prism-twilight .token.selector,
.prism-twilight .token.constant,
.prism-twilight .token.symbol,
.prism-twilight .token.builtin {
	color: hsl(53, 89%, 79%);
}

.prism-twilight .token.attr-name,
.prism-twilight .token.attr-value,
.prism-twilight .token.string,
.prism-twilight .token.char,
.prism-twilight .token.operator,
.prism-twilight .token.entity,
.prism-twilight .token.url,
.prism-twilight .language-css .token.string,
.prism-twilight .style .token.string,
.prism-twilight .token.variable,
.prism-twilight .token.inserted {
	color: hsl(76, 21%, 52%);
}

.prism-twilight .token.atrule {
	color: hsl(218, 22%, 55%);
}

.prism-twilight .token.regex,
.prism-twilight .token.important {
	color: hsl(42, 75%, 65%);
}

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

.prism-twilight .token.entity {
	cursor: help;
}

.prism-twilight pre[data-line] {
	padding: 1em 0 1em 3em;
	position: relative;
}

.prism-twilight .language-markup .token.tag,
.prism-twilight .language-markup .token.attr-name,
.prism-twilight .language-markup .token.punctuation {
	color: hsl(33, 33%, 52%);
}

.prism-twilight .token {
	position: relative;
	z-index: 1;
}

.prism-twilight .line-highlight {
	background: hsla(0, 0%, 33%, 0.25);
	background: linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0));
	border-bottom: 1px dashed hsl(0, 0%, 33%);
	border-top: 1px dashed hsl(0, 0%, 33%);
	left: 0;
	line-height: inherit;
	margin-top: 0.75em;
	padding: inherit 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	white-space: pre;
	z-index: 0;
}

.prism-twilight .line-highlight:before,
.prism-twilight .line-highlight[data-end]:after {
	background-color: hsl(215, 15%, 59%);
	border-radius: 999px;
	box-shadow: 0 1px white;
	color: hsl(24, 20%, 95%);
	content: attr(data-start);
	font: bold 65%/1.5 sans-serif;
	left: .6em;
	min-width: 1em;
	padding: 0 .5em;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: .4em;
	vertical-align: .3em;
}

.prism-twilight .line-highlight[data-end]:after {
	bottom: .4em;
	content: attr(data-end);
	top: auto;
}




/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+actionscript+apacheconf+applescript+arduino+aspnet+bash+basic+c+csharp+cpp+coffeescript+clojure+dart+django+docker+elixir+erlang+git+go+graphql+haml+haskell+http+hpkp+hsts+java+javadoc+javadoclike+javastacktrace+jsdoc+js-extras+js-templates+json+jsonp+json5+kotlin+less+lisp+markdown+markup-templating+matlab+nginx+nix+objectivec+perl+php+phpdoc+php-extras+plsql+powershell+python+r+jsx+tsx+regex+rest+ruby+sass+scss+scala+sql+stylus+swift+twig+typescript+vbnet+visual-basic+wasm+wiki+xquery+yaml */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */

.prism-coy code[class*="language-"],
.prism-coy pre[class*="language-"] {
	color: black;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: 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;
}

.prism-coy pre[class*="language-"] {
	position: relative;
	margin: .5em 0;
	overflow: visible;
	padding: 0;
}
.prism-coy pre[class*="language-"]>code {
	position: relative;
	border-left: 10px solid #358ccb;
	box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
	background-color: #fdfdfd;
	background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-size: 3em 3em;
	background-origin: content-box;
	background-attachment: local;
}

.prism-coy code[class*="language"] {
	max-height: inherit;
	height: inherit;
	padding: 0 1em;
	display: block;
	overflow: auto;
}

.prism-coy :not(pre) > code[class*="language-"],
.prism-coy pre[class*="language-"] {
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}

.prism-coy :not(pre) > code[class*="language-"] {
	position: relative;
	padding: .2em;
	border-radius: 0.3em;
	color: #c92c2c;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline;
	white-space: normal;
}

.prism-coy pre[class*="language-"]:before,
.prism-coy pre[class*="language-"]:after {
	content: '';
	z-index: -2;
	display: block;
	position: absolute;
	bottom: 0.75em;
	left: 0.18em;
	width: 40%;
	height: 20%;
	max-height: 13em;
	box-shadow: 0px 13px 8px #979797;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.prism-coy :not(pre) > code[class*="language-"]:after,
.prism-coy pre[class*="language-"]:after {
	right: 0.75em;
	left: auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

.prism-coy .token.comment,
.prism-coy .token.block-comment,
.prism-coy .token.prolog,
.prism-coy .token.doctype,
.prism-coy .token.cdata {
	color: #7D8B99;
}

.prism-coy .token.punctuation {
	color: #5F6364;
}

.prism-coy .token.property,
.prism-coy .token.tag,
.prism-coy .token.boolean,
.prism-coy .token.number,
.prism-coy .token.function-name,
.prism-coy .token.constant,
.prism-coy .token.symbol,
.prism-coy .token.deleted {
	color: #c92c2c;
}

.prism-coy .token.selector,
.prism-coy .token.attr-name,
.prism-coy .token.string,
.prism-coy .token.char,
.prism-coy .token.function,
.prism-coy .token.builtin,
.prism-coy .token.inserted {
	color: #2f9c0a;
}

.prism-coy .token.operator,
.prism-coy .token.entity,
.prism-coy .token.url,
.prism-coy .token.variable {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.prism-coy .token.atrule,
.prism-coy .token.attr-value,
.prism-coy .token.keyword,
.prism-coy .token.class-name {
	color: #1990b8;
}

.prism-coy .token.regex,
.prism-coy .token.important {
	color: #e90;
}

.prism-coy .language-css .token.string,
.prism-coy .style .token.string {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.prism-coy .token.important {
	font-weight: normal;
}

.prism-coy .token.bold {
	font-weight: bold;
}
.prism-coy .token.italic {
	font-style: italic;
}

.prism-coy .token.entity {
	cursor: help;
}

.prism-coy .token.namespace {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	.prism-coy pre[class*="language-"]:before,
	.prism-coy pre[class*="language-"]:after {
		bottom: 14px;
		box-shadow: none;
	}

}

.prism-coy .token.tab:not(:empty):before,
.prism-coy .token.cr:before,
.prism-coy .token.lf:before {
	color: #e0d7d1;
}

.prism-coy pre[class*="language-"].line-numbers.line-numbers {
	padding-left: 0;
}

.prism-coy pre[class*="language-"].line-numbers.line-numbers code {
	padding-left: 3.8em;
}

.prism-coy pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
	left: 0;
}

.prism-coy pre[class*="language-"][data-line] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.prism-coy pre[data-line] code {
	position: relative;
	padding-left: 4em;
}
.prism-coy pre .line-highlight {
	margin-top: 0;
}

/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism-solarizedlight&languages=markup+css+clike+javascript+actionscript+apacheconf+applescript+arduino+aspnet+bash+basic+c+csharp+cpp+coffeescript+clojure+dart+django+docker+elixir+erlang+git+go+graphql+haml+haskell+http+hpkp+hsts+java+javadoc+javadoclike+javastacktrace+jsdoc+js-extras+js-templates+json+jsonp+json5+kotlin+less+lisp+markdown+markup-templating+matlab+nginx+nix+objectivec+perl+php+phpdoc+php-extras+plsql+powershell+python+r+jsx+tsx+regex+rest+ruby+sass+scss+scala+sql+stylus+swift+twig+typescript+vbnet+visual-basic+wasm+wiki+xquery+yaml */
/*
 Solarized Color Schemes originally by Ethan Schoonover
 http://ethanschoonover.com/solarized

 Ported for PrismJS by Hector Matos
 Website: https://krakendev.io
 Twitter Handle: https://twitter.com/allonsykraken)
*/


.prism-solarizedlight code[class*="language-"],
.prism-solarizedlight pre[class*="language-"] {
	color: #657b83; 
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: 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;
}

.prism-solarizedlight pre[class*="language-"]::-moz-selection, 
.prism-solarizedlight pre[class*="language-"] ::-moz-selection,
.prism-solarizedlight code[class*="language-"]::-moz-selection, 
.prism-solarizedlight code[class*="language-"] ::-moz-selection {
	background: #073642;
}

.prism-solarizedlight pre[class*="language-"]::selection, 
.prism-solarizedlight pre[class*="language-"] ::selection,
.prism-solarizedlight code[class*="language-"]::selection, 
.prism-solarizedlight code[class*="language-"] ::selection {
	background: #073642;
}

.prism-solarizedlight pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border-radius: 0.3em;
}

.prism-solarizedlight :not(pre) > code[class*="language-"],
.prism-solarizedlight pre[class*="language-"] {
	background-color: #fdf6e3;
}

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

.prism-solarizedlight .token.comment,
.prism-solarizedlight .token.prolog,
.prism-solarizedlight .token.doctype,
.prism-solarizedlight .token.cdata {
	color: #93a1a1;
}

.prism-solarizedlight .token.punctuation {
	color: #586e75;
}

.prism-solarizedlight .token.namespace {
	opacity: .7;
}

.prism-solarizedlight .token.property,
.prism-solarizedlight .token.tag,
.prism-solarizedlight .token.boolean,
.prism-solarizedlight .token.number,
.prism-solarizedlight .token.constant,
.prism-solarizedlight .token.symbol,
.prism-solarizedlight .token.deleted {
	color: #268bd2;
}

.prism-solarizedlight .token.selector,
.prism-solarizedlight .token.attr-name,
.prism-solarizedlight .token.string,
.prism-solarizedlight .token.char,
.prism-solarizedlight .token.builtin,
.prism-solarizedlight .token.url,
.prism-solarizedlight .token.inserted {
	color: #2aa198;
}

.prism-solarizedlight .token.entity {
	color: #657b83;
	background: #eee8d5;
}

.prism-solarizedlight .token.atrule,
.prism-solarizedlight .token.attr-value,
.prism-solarizedlight .token.keyword {
	color: #859900;
}

.prism-solarizedlight .token.function,
.prism-solarizedlight .token.class-name {
	color: #b58900;
}

.prism-solarizedlight .token.regex,
.prism-solarizedlight .token.important,
.prism-solarizedlight .token.variable {
	color: #cb4b16;
}

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

.prism-solarizedlight .token.entity {
	cursor: help;
}


/* PrismJS 1.19.0
https://prismjs.com/download.html#themes=prism-tomorrow&languages=markup+css+clike+javascript+actionscript+apacheconf+applescript+arduino+aspnet+bash+basic+c+csharp+cpp+coffeescript+clojure+dart+django+docker+elixir+erlang+git+go+graphql+haml+haskell+http+hpkp+hsts+java+javadoc+javadoclike+javastacktrace+jsdoc+js-extras+js-templates+json+jsonp+json5+kotlin+less+lisp+markdown+markup-templating+matlab+nginx+nix+objectivec+perl+php+phpdoc+php-extras+plsql+powershell+python+r+jsx+tsx+regex+rest+ruby+sass+scss+scala+sql+stylus+swift+twig+typescript+vbnet+visual-basic+wasm+wiki+xquery+yaml */
/**
 * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/chriskempson/tomorrow-theme
 * @author Rose Pritchard
 */

.prism-tomorrow code[class*="language-"],
.prism-tomorrow pre[class*="language-"] {
	color: #ccc;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: 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;

}

.prism-tomorrow pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

.prism-tomorrow :not(pre) > code[class*="language-"],
.prism-tomorrow pre[class*="language-"] {
	background: #2d2d2d;
}

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

.prism-tomorrow .token.comment,
.prism-tomorrow .token.block-comment,
.prism-tomorrow .token.prolog,
.prism-tomorrow .token.doctype,
.prism-tomorrow .token.cdata {
	color: #999;
}

.prism-tomorrow .token.punctuation {
	color: #ccc;
}

.prism-tomorrow .token.tag,
.prism-tomorrow .token.attr-name,
.prism-tomorrow .token.namespace,
.prism-tomorrow .token.deleted {
	color: #e2777a;
}

.prism-tomorrow .token.function-name {
	color: #6196cc;
}

.prism-tomorrow .token.boolean,
.prism-tomorrow .token.number,
.prism-tomorrow .token.function {
	color: #f08d49;
}

.prism-tomorrow .token.property,
.prism-tomorrow .token.class-name,
.prism-tomorrow .token.constant,
.prism-tomorrow .token.symbol {
	color: #f8c555;
}

.prism-tomorrow .token.selector,
.prism-tomorrow .token.important,
.prism-tomorrow .token.atrule,
.prism-tomorrow .token.keyword,
.prism-tomorrow .token.builtin {
	color: #cc99cd;
}

.prism-tomorrow .token.string,
.prism-tomorrow .token.char,
.prism-tomorrow .token.attr-value,
.prism-tomorrow .token.regex,
.prism-tomorrow .token.variable {
	color: #7ec699;
}

.prism-tomorrow .token.operator,
.prism-tomorrow .token.entity,
.prism-tomorrow .token.url {
	color: #67cdcc;
}

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

.prism-tomorrow .token.entity {
	cursor: help;
}

.prism-tomorrow .token.inserted {
	color: green;
}

/* source code style ends */