Index:United States Statutes at Large Volume 1.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
.chaptering-table {
	font-size:85%;
	line-height:110%;
	border-top-style:solid;
	border-width:thin;
	margin:0 auto 0 auto;
	border-collapse:collapse;
}
.chaptering-table th, .chaptering-table td {
	padding:0.25em;
	vertical-align:middle;
	border-width:thin;
	border-left-style:solid;
	border-right-style:solid;
	text-align:center;
}
.chaptering-table th {
	border-top-style:solid;
	border-bottom-style:solid;
	font-weight:inherit;
}
.chaptering-table th:first-child,
.chaptering-table td:first-child {
	border-left-style:none;
}
.chaptering-table th:last-child,
.chaptering-table td:last-child {
	border-right-style:none;
}
.chaptering-table th:nth-child(3n),
.chaptering-table td:nth-child(3n) {
	border-right-width:medium;
}
.chaptering-table.post-story th:nth-child(3n),
.chaptering-table.post-story td:nth-child(3n) {
	border-right-width:thin;
}
/* 2n after 3n is important because otherwise 6n will be wrong */
.chaptering-table.post-story th:nth-child(2n),
.chaptering-table.post-story td:nth-child(2n) {
	border-right-width:medium;
}
.chaptering-table .subheading {
	font-weight:bold;
	font-size:120%;
}