div.law-feature {
	display: table-row;
}

div.law-feature.amended {
}

div.law-feature.not-commenced {
}

div.law-feature.repealed {
}

div.law-features {
	display: table;
}

li.law {
}

li.law.not-commenced {
}

li.law.repealed {
}

li.law-reference {
}

span.citation {
}

span.citation.not-commenced {
	text-decoration: line-through;
}

span.citation.repealed {
	text-decoration: line-through;
}

span.law-feature-reference {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 1em;
}

span.law-feature-reference.amended {
	text-decoration: line-through;
}

span.law-feature-reference.not-commenced {
	text-decoration: line-through;
}

span.law-feature-reference.repealed {
	text-decoration: line-through;
}

span.law-feature-text {
	display: table-cell;
}

span.law-feature-text span.amended {
	text-decoration: line-through;
}

span.law-feature-text span.not-commenced {
	text-decoration: line-through;
}

span.law-feature-text span.repealed {
	text-decoration: line-through;
}

span.law-name {
}

span.law-name.not-commenced {
	text-decoration: line-through;
}

span.law-name.repealed {
	text-decoration: line-through;
}

ul.law-references {
}

ul.law-referenced-by {
}

.law-note {
	font-style: italic;
}

