/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+python */
code[class*=language-],
pre[class*=language-] {
	background: 0 0;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 13px !important;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 2.0 !important;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

pre[class*=language-] {
    margin-top: 20px !important;
    margin-left: 45px;
    margin-bottom: 20px;
    padding-top: 0px !important;
    line-height: 2.0 !important;
    overflow-y: visible;
}

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

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

code div.highlight {
    display: inline-block;
    line-height: 1.5;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;    
    padding-left: 7px;
    padding-right: 7px;
    white-space: nowrap;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 3px;
}

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

pre[class*=language-] {
	padding: 0em;
    line-height: 1.5 !important;
    overflow-y: visible;
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
}

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

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: rgb(76, 136, 107);
}

.token.punctuation {
	color: #999
}

.token.namespace {
	opacity: .7
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {

}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #0368AF;
}

.token.class-name,
.token.function {
}

.token.important,
.token.regex,
.token.variable {
}

.token.bold,
.token.important {
	font-weight: 700
}

.token.italic {
	font-style: italic
}

.token.entity {
	cursor: help
}