.dl-center {
	margin: 0px;
}

.dl-center > dt {
	display: inline-block;
	width: 25%;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
}

.dl-center > dd {
	display: inline-block;
	width: 70%;
	margin: 0px 0px 0px 10px;
}

.dl-center > dd > * {
}
