@charset "utf-8";

#law {
	padding-top: 10px;
}

#law table {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #D2D1C1;
}
#law th {
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #772C15;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #114835;
	white-space: nowrap;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #114835;
	font-weight: bold;
}

#law td {
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #114835;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #114835;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
