.SourceCodeBox {
	width: 92%;
	height: auto;
	overflow: auto;
	color: #333333;
	background: #ededed;
	white-space: pre;
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	border: 2px dotted #bfbfbf;
}
