
#law #main table th {
		width: 270px;
}

@media screen and (max-width: 600px) {
	#law #main table th {
			width: auto;
	}
}

#law #main table td p {
  margin-top: 0;
}

#law #main table td > * + p {
  margin-top: 10px;
}

#law #main table td ul + p {
  margin-top: 15px;
}

#law #main table td > * + ul {
  margin-top: 10px;
}

#law #main table td ul li {
  padding-left: 20px;
  position: relative;
}

#law #main table td ul li::before {
  content: "\0025cf";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

#law #main table td ul li + li {
  margin-top: 5px;
}

#main h2 {
	font-size: 15px;
}