.syntax_hilite, li .syntax_hilite 
{
padding: 0.3em;
border: 1px dotted #999999;
line-height: 1em;
font-size:13px; 
font-family:'Courier New',Courier,monospace;
/* comment the line below to remove scrolling in code boxes */
overflow:auto; white-space:nowrap;
}

/* change this line to set the width of code box */
.syntax_hilite 
{ 
width: auto; 
margin: 0;
margin-left: 1em;
margin-right: 1em;

}

/* change this line to set the width of code box in a list */
li .syntax_hilite 
{ 
width:auto; 
}

.igBar, li .igBar 
{
padding: 0.3em;
background-color:#F2F8EF; 
border: 1px dotted #999999;
border-bottom: none;
}

/* change this line to set the width of plain text bar above code box */
.igBar 
{ 
margin: 0;
margin-left: 1.2em;
margin-right: 1.2em;
}

/* change this line to set the width of plain text bar above code box in a list */
li .igBar 
{ 
width:auto; 
}

.igBar a, .igBar a:hover 
{
font-weight: bold; 
color: #000000;
text-decoration: none;
}

.syntax_hilite .langName 
{ 
color: #000000; 
font-weight: bold; 
}

.syntax_hilite textarea 
{ 
border:none; 
}
