@charset "utf-8";
@import "import.css";

#law table {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	margin-bottom: 25px;
	width: 610px;
}

#law th {
	background-color: #F3F3F3;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: normal;
	padding: 3px 10px;
	white-space: nowrap;
}

#law td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 3px 10px;
}

#law td ul {
	margin-left: 15px;
	list-style-type: disc;
}
