/* format the standards tables to have list-like appearance */

#content td {
	font-size: 100%;
	padding: 0 1em .25em 0;
	border: 0 solid red;
}

#content table {
	border-collapse: collapse;
}

#content ol.A {
	list-style-type: upper-alpha;
}

#content .standards table {
	margin-left: 2em;
}

