@charset "utf-8";
section{
	background:#f8f1e2;
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	padding:15px 10px 20px;
	margin-bottom:20px;
}
h3{
	background:#f8f1e2;
	color:#805b1b;
	font-size:14px;
	border-bottom:1px #805b1b dotted;
	padding-bottom:8px;
	margin-bottom:12px;
}
p{
	background:#f8f1e2;
	color:#000;
	font-size:14px;
}
ol li{
	list-style-type:decimal;
	margin:0 0 10px 25px;
}
ol li:nth-of-type(1){
	margin-top:10px;
}
#enforcement{
	margin:20px 0 0;
	text-align:right;
}
section img{
	background-size:39px 7px;
}
