dl {
	clear:both;
}

dl dt {
	float:left;
	width:130px;
	clear:both;
	min-height:14px;
	background:#fff;
	margin:0px;
	padding:3px 5px;
	text-align:right;
	font-weight:bold;
	display:block;
	float:left;
}


dl dd {
	min-height:14px;
	background:#fff;
	margin:0px;
	padding:3px 5px;
	display:block;
	float:left;
	width:400px;
}

dl.removed {
	color:#bbb;
}