.hljs {
	background: #23252B; /*done*/
	color: #fff;
	-moz-tab-size: 4;
	tab-size: 4;
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	margin: 0em 1em;
}

.hljs-strong,
.hljs-emphasis {
	color: #00f;
}


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

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




.hljs-keyword,
.hljs-literal {
	color: #FC5FA3;
}

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

.hljs-string,
.hljs-subst {
	color: #FC6A5D;
}

.hljs-built_in {
	color: #A6D96C;
}

.hljs-number {
	color: #BE86F5;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
	color: #6C7986;
	font-style: italic;
}

.hljs-doctag {
	color: #92A1B1;
}

.hljs-params {
	color: #7CCCB9;
}

.hljs-class .hljs-title {
	color: #A6D96C;
}

.hljs-function .hljs-title {
	color: #FFB433;
}

.hljs-type {
	color: #F28155;
}




.hljs-selector-class,
.hljs-selector-id {
	color: #7CCCB9;
}

.hljs-attribute {
	color: #F28155;
}

.hljs-selector-tag {
	color: #E5BB73;
}

.hljs-selector-pseudo {
	color: #A6D96C;	
}







.hljs-bullet,
.hljs-quote,
.hljs-regexp,
.hljs-link {
	color: #00f;
}

.hljs-code,
.hljs-section {
	color: #00f;
}

.hljs-name,
.hljs-attr {
	color: #00f;
}

.hljs-symbol {
	color: #00f;
}

.hljs-tag,
.hljs-builtin-name,
.hljs-selector-attr,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
	color: #f00;
}


