@charset "utf-8";

/* LEGAL
------------------------------------------------------------------------------*/

#lawTable {
	border-collapse: collapse;
	width: 860px;
}

#lawTable th {
	border: 1px solid #262626;
	color: #B7922C;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 175px;
}

#lawTable td {
	border: 1px solid #262626;
	padding-left: 25px;
}

*:first-child+html #lawTable th,
*:first-child+html #lawTable td, {
	line-height: 1.25;
}

* html body #lawTable th,
* html body #lawTable td {
	line-height: 1.25;
}
