Index:The problem of China - Russell 1922.pdf/styles.css

/* railway measurement table on page 230 */
.__tbl-railways{
	margin: 0 auto;
	border-collapse: collapse;
}

/* headers; smaller and centred */
.__tbl-railways th {
	font-weight: normal;
	text-align: center;
	font-size: 80%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

/* side borders */
.__tbl-railways th:nth-child(n + 2){
	border-left: 1px solid black;
}

/* left column */
.__tbl-railways td:first-child{
	padding-right: 1em;
}

/* remaining columns */
.__tbl-railways td:nth-child(n + 2){
	text-align: right;
	padding-left: 2em;
	padding-right: 2em;
	border-left: 1px solid black;
}

/* bottom border */
.__tbl-railways tr:last-of-type {
	border-bottom: 1px solid black;
}