/*Modifications to change colour of the xml brush to match ASPX style*/
.xml.keyword
{
	color: #800000 !important;
} 
.xml.color1
{
	color: #FF0000 !important;
} 

.syntaxhighlighter .line {
  white-space: normal !important;
}

.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line 
{
  padding-left: 20px !important;    
}