HEX
Server: Apache
System: Linux uws7-179.cafe24.com 3.10.0-1160.119.1p.el7.x86_64 #1 SMP Thu Sep 11 14:15:01 KST 2025 x86_64
User: medikors (1589)
PHP: 7.3.1p1
Disabled: mysql_pconnect
Upload Files
File: /medikors/www/eng/wp-content/plugins/happy-elementor-addons-pro/assets/vendor/prism/css/prism.css
/* PrismJS 1.17.1
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+abap+abnf+actionscript+ada+apacheconf+apl+applescript+c+arff+asciidoc+asm6502+csharp+autohotkey+autoit+bash+basic+batch+bison+bnf+brainfuck+bro+cpp+aspnet+arduino+cil+coffeescript+cmake+clojure+ruby+csp+css-extras+d+dart+diff+markup-templating+dns-zone-file+docker+ebnf+eiffel+ejs+elixir+elm+erb+erlang+fsharp+firestore-security-rules+flow+fortran+gcode+gdscript+gedcom+gherkin+git+glsl+gml+go+graphql+groovy+less+handlebars+haskell+haxe+hcl+http+hpkp+hsts+ichigojam+icon+inform7+ini+io+j+java+scala+php+javastacktrace+jolie+jq+javadoclike+n4js+markdown+json+jsonp+json5+julia+keyman+kotlin+latex+crystal+scheme+liquid+lisp+livescript+lolcode+lua+makefile+js-templates+django+matlab+mel+mizar+monkey+n1ql+typescript+nand2tetris-hdl+nasm+nginx+nim+nix+nsis+objectivec+ocaml+opencl+oz+parigp+parser+pascal+pascaligo+pcaxis+perl+jsdoc+phpdoc+php-extras+sql+powershell+processing+prolog+properties+protobuf+scss+puppet+pure+python+q+qore+r+js-extras+jsx+renpy+reason+vala+rest+rip+roboconf+textile+rust+sas+sass+stylus+javadoc+lilypond+shell-session+smalltalk+smarty+soy+splunk-spl+plsql+twig+swift+yaml+tcl+haml+toml+tt2+turtle+pug+tsx+t4-templating+visual-basic+t4-cs+regex+vbnet+velocity+verilog+vhdl+vim+t4-vb+wasm+wiki+xeora+xojo+xquery+tap */
/**
 * 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;
}

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

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

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

/* Inline code */
.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 .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;
}


/*======================
		Coy theme
========================*/
.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;
}

/* Code blocks */
.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;
}

/* Margin bottom to accommodate shadow */
.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;
}

/* Inline code */
.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 .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;
	}

}

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

/* Plugin styles: Line Numbers */
.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;
}

/* Plugin styles: Line Highlight */
.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;
}

/*======================
		Dark theme
========================*/
.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;
}

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

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

/* Code blocks */
.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;
}

/* Inline code */
.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 .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;
}

/*======================
		Funky theme
========================*/
.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;
}

/* Code blocks */
.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;
}

/* Inline code */
.prism-okaidia :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 .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;
}

/* Plugin styles: Diff Highlight */
.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;
}

/*======================
	  Okaidia theme
========================*/
.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;
}

/* Code blocks */
.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;
}

/* Inline code */
.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 .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;
}

.prism-okaidia .token.keyword {
	color: #66d9ef;
}

.prism-okaidia .token.regex,
.prism-okaidia .token.important {
	color: #fd971f;
}

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

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

/*======================
	Solarized theme
========================*/
.prism-solarizedlight code[class*="language-"],
.prism-solarizedlight pre[class*="language-"] {
	color: #657b83; /* base00 */
	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; /* base02 */
}

.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; /* base02 */
}

/* Code blocks */
.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; /* base3 */
}

/* Inline code */
.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; /* base1 */
}

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

.prism-solarizedlight .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; /* blue */
}

.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; /* cyan */
}

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

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

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

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

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

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

/*======================
	  Tomorrow theme
========================*/
.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;

}

/* Code blocks */
.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;
}

/* Inline code */
.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;
}

/*======================
	 Twilight theme
========================*/
.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%); /* #141414 */
}

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

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

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

/* Text Selection colour */
.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); /* #EDEDED */
}

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

/* Inline code */
.prism-twilight :not(pre) > code[class*="language-"] {
	border-radius: .3em;
	border: .13em solid hsl(0, 0%, 33%); /* #545454 */
	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%); /* #777777 */
}

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

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

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

.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%); /* #F9EE98 */
}

.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%); /* #8F9D6A */
}

.prism-twilight .token.atrule {
	color: hsl(218, 22%, 55%); /* #7587A6 */
}

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

.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;
}

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

/* Make the tokens sit above the line highlight so the colours don't look faded. */
.prism-twilight .token {
	position: relative;
	z-index: 1;
}

.prism-twilight .line-highlight {
	background: hsla(0, 0%, 33%, 0.25); /* #545454 */
	background: linear-gradient(to right, hsla(0, 0%, 33%, .1) 70%, hsla(0, 0%, 33%, 0)); /* #545454 */
	border-bottom: 1px dashed hsl(0, 0%, 33%); /* #545454 */
	border-top: 1px dashed hsl(0, 0%, 33%); /* #545454 */
	left: 0;
	line-height: inherit;
	margin-top: 0.75em; /* Same as .prism’s padding-top */
	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%); /* #8794A6 */
	border-radius: 999px;
	box-shadow: 0 1px white;
	color: hsl(24, 20%, 95%); /* #F5F2F0 */
	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;
}

/*=================================
	Custom color theme
===================================*/
.custom code[class*="language-"],
.custom 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;
}

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

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

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

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

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

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

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

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

.custom .namespace {
	opacity: .7;
}

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

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

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

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

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

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

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

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