code[class="language-phioiecst"],
pre[class="language-phioiecst"] {
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	color: #9cdcfe;
	background: #1e1e1e;
	font-family: Menlo, Monaco, Consolas, "Andale Mono", "Ubuntu Mono", "Courier New", monospace;
	font-size: 1rem;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	border-radius: 8px;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

code[class="language-phioiecst"]::-moz-selection,
pre[class="language-phioiecst"]::-moz-selection,
code[class="language-phioiecst"] ::-moz-selection,
pre[class="language-phioiecst"] ::-moz-selection {
	background: #cceae7;
	color: #6199ff2f;
}

code[class="language-phioiecst"]::selection,
pre[class="language-phioiecst"]::selection,
code[class="language-phioiecst"] ::selection,
pre[class="language-phioiecst"] ::selection {
	background: #cceae7;
	color: #6199ff2f;
}

:not(pre) > code[class="language-phioiecst"] {
	white-space: normal;
	padding: 0.1em 0.3em;
	border-radius: 0.3em;
}

pre[class="language-phioiecst"] {
	padding: 1em;
	margin: 0.5em 0;
	overflow: auto;
}

.token.boolean {
	color: #569cd6;
}

.token.number {
	color: #b5cea8;
}

.token.string {
	color: #ce9178;
}

.token.comment {
	color: #6a9955;
}

/* Pragma */
.token.cdata {
	color: #aaa;
}

.token.class-name {
	color: #4ec9b0;
}

.token.keyword {
	color: #569cd6;
}

.token.keyword.control-flow {
	color: #c586c0;
}

.token.operator,
.token.punctuation {
	color: #d4d4d4;
}

.token.variable {
	color: #9cdcfe;
}

.token.function {
	color: #dcdcaa;
}

.token.property {
	color: #79b0df;
}
