@charset "UTF-8";
	
p code, pre code, code, pre samp, samp {
    width: 100%;
	font-size: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
	display: block;
	white-space: pre;
	font-family: "Courier New", Courier;
 	}

p code, pre code, code {
	font-weight: bold;
    color: #2FA4E7;
	}

p code {
	font-size: 87.5%;
	}

pre samp, samp {
    color: black;
	font-size: 95%;
	}

pre {
	margin-top: 0px;
	margin-bottom: 0px;	
}


.hljs {
	display:block;
	overflow-x:auto;
	padding:.5em;
	color:#2FA4E7;
	background:#fcfdff
	}
	
.hljs-comment,.hljs-quote,.hljs-keyword,.hljs-selector-tag,.hljs-subst,.hljs-number,.hljs-literal,
.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr,.hljs-string,.hljs-doctag,.hljs-title,
.hljs-section,.hljs-selector-id,.hljs-subst,.hljs-type,.hljs-class .hljs-title,.hljs-tag,.hljs-name,
.hljs-attribute,.hljs-regexp,.hljs-link,.hljs-symbol,.hljs-bullet,.hljs-built_in,.hljs-builtin-name,.hljs-meta {
	color:#2FA4E7;
	font-weight:bold;
	}
	
.hljs-deletion{background:#fdd}
.hljs-addition{background:#dfd}
.hljs-emphasis{font-style:italic}
.hljs-strong{font-weight:bold}
