.section{
	line-height: 1.5;
}
.section dl{
	border-bottom: 1px solid #C4C6AB;
	margin: 0 0 10px 0;
	font-size: 85%;
	line-height: 1.4;
}

.section dt{
	clear: both;
	display: inline;
	float: left;
	width: 70px;
	border-top: 1px solid #C4C6AB;
	padding: 3px 6px;
}

.section dd{
	display: inline;
	float: right;
	width: 230px;
	padding: 5px;
	border-top: 1px solid #C4C6AB;
	
}


.section li{
	font-size: 85%;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.section li:before{
	content:"▶ ";
}