	/* ellislab hljs highlighter styles */

/*	#php_value highlight.string #FFFFFF
	#php_value highlight.comment #479fd1
	#php_value highlight.keyword #91f291
	#php_value highlight.bg #10618f
	#php_value highlight.default #f5f8cc
	#php_value highlight.html #000000
*/
.hljs{
	background-color: #10618f;
	color: #e4f2f9;
	display: block;
	overflow-x: auto;
	padding: 20px;
}

	.hljs-subst{ color: #333333; }

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-doctag,
.hljs-name{ color: #91f291; }

	.hljs-built_in,
	.hljs-literal,
	.hljs-bullet,
	.hljs-code,
	.hljs-addition{ color: #ffae7d; }

	.hljs-regexp,
	.hljs-symbol,
	.hljs-variable,
	.hljs-template-variable,
	.hljs-link,
	.hljs-selector-attr,
	.hljs-selector-pseudo{ color: #36ffe1; }

.hljs-type,
.hljs-string,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion{ color: #ffffff; }

	.hljs-title,
	.hljs-section{ color: #a5a7fc; font-weight: bold; }

.hljs-comment{ color: #6690a7; }

	.hljs-meta-keyword{ color: #1aa697; }

	.hljs-meta{ color: #6690a7; }

	.hljs-emphasis{ font-style: italic; }

	.hljs-strong{ font-weight: bold; }

	.hljs-function{ color: #3639a4; }

	.hljs-number{ color: #00904b; }

	.apache .hljs-attribute{ font-weight: bold; }

	.hljs-params{ color: #ccf68b; }
