Index:War of the Classes - London - 1905.djvu/styles.css

/* table of contents on page xix */
.__toc {
	margin: 0 auto;
}

.__toc th{
	font-weight: normal;
	font-variant: all-small-caps;
}

/* chapter column */
.__toc td:nth-child(1){
	font-variant: small-caps;
	padding-right: 1em;
}

/* page number column */
.__toc td:nth-child(2){
	text-align: right;
}

/* stats tables on pages 86 and 168*/
._statstable{
	margin: 0 auto;
	border-top: 3px double black; /* double borders on top and bottom */
	border-bottom: 3px double black;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
}

/* headings */
._statstable th{
	font-weight: normal;
	font-variant: small-caps;
	padding-left: .5em;
	padding-right: .5em;
	border-bottom: 1px solid black;
	text-align: center;
	max-width: 5em;
}

._statstable th:nth-child(n + 2){
	border-left: 1px solid black;
}

/* entries */
._statstable td{
	padding-left: .5em;
	padding-right: .5em;
}

._statstable td:nth-child(n + 2){
	text-align: right;
	border-left: 1px solid black;
}

.__total{ /* for totals row on page 192 */
	border-top: 1px solid black;
}