.syntaxhighlighter .toolbar 
{
	font-size: 10px !important;
	padding: 5px 8px 5px 0 !important;
	position: static!important;
	overflow: auto;
	border-top: none!important;
	border-right: none!important;
	border-left: none!important;
	border-bottom: 1px solid #E7E5DC !important;
}

.syntaxhighlighter .toolbar .item
{
/*	width: auto!important;
	height: auto!important; */
}

.syntaxhighlighter .toolbar .item.viewSource,
.syntaxhighlighter .toolbar .item.printSource,
.syntaxhighlighter .toolbar .item.about
{
/*	background: none!important;
	text-indent: 0!important; */
}

.syntaxhighlighter .toolbar .item.copyToClipboard
{
/*	display: none!important; */
}

.syntaxhighlighter .line.alt2 .content 
{
	background-color: #ffffff !important;
}

.syntaxhighlighter div.lines
{
	border-top: 3px solid #fff!important;
	border-bottom: 1px solid #fff!important;
}

.syntaxhighlighter
{
	font-size: 13px!important;
	line-height: 150%!important;
}