.syntaxhighlighter{
	background-color:#fff!important;
	border:1pxsolid#E0E0E0!important;
	padding:0!important;
}
/*Highlighedlinenumber*/
.syntaxhighlighter.line.highlighted.number{
	color:black!important;
}
/*Highlighedline*/
.syntaxhighlighter.line.highlighted.alt1,.syntaxhighlighter.line.highlighted.alt2{
	background-color:#e0e0e0!important;
}
/*Gutterlinenumbers*/
.syntaxhighlighter.line.number{
	color:#afafaf!important;
}
/*Addbordertothelines*/
.syntaxhighlighter.line.content{
	border-left:3pxsolid#6CE26C!important;
	color:#000!important;
}
.syntaxhighlighter.printing.line.content{
	border:0!important;
}
/*Firstline*/
.syntaxhighlighter.line.alt1{
	background-color:#fff!important;
}
/*Secondline*/
.syntaxhighlighter.line.alt2{
	background-color:#F8F8F8!important;
}
.syntaxhighlighter.toolbar{
	background-color:#F8F8F8!important;
	border:#E7E5DCsolid1px!important;
}
.syntaxhighlighter.toolbara{
	color:#a0a0a0!important;
}
.syntaxhighlighter.toolbara:hover{
	color:red!important;
}
.nogutter{border:none!important;}
/************************************
*Actualsyntaxhighlightercolors.
************************************/
.syntaxhighlighter.plain,.syntaxhighlighter.plaina{
	color:#000!important;
}
.syntaxhighlighter.comments,.syntaxhighlighter.commentsa{
	color:#008200!important;
}
.syntaxhighlighter.string,.syntaxhighlighter.stringa{
	color:blue!important;
}
.syntaxhighlighter.keyword{
	color:#069!important;
	font-weight:bold!important;
}
.syntaxhighlighter.preprocessor{
	color:gray!important;
}
.syntaxhighlighter.variable{
	color:#a70!important;
}
.syntaxhighlighter.value{
	color:#090!important;
}
.syntaxhighlighter.functions{
	color:#ff1493!important;
}
.syntaxhighlighter.constants{
	color:#0066CC!important;
}
.syntaxhighlighter.script{
	background-color:yellow!important;
}
.syntaxhighlighter.color1,.syntaxhighlighter.color1a{
	color:#808080!important;
}
.syntaxhighlighter.color2,.syntaxhighlighter.color2a{
	color:#ff1493!important;
}
.syntaxhighlighter.color3,.syntaxhighlighter.color3a{
	color:red!important;
}

