div.code_parent {
    margin:20px; 
    margin-top:5px;  
}

div.code_title {
    margin-bottom:2px;
}

div.code_child {
    background-color: #F4F4F4;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    margin:0px; padding:6px;
    border:1px inset; 
    width:600px; 
    overflow:scroll;
}

code {
	white-space:nowrap;
}

div.pre_container {
    text-align:left;
}

pre {
	line-height: 1.1;
	margin: 1em 2.5em;
	padding: 0;
	font: 12px courier, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
