Index:The Present State and Prospects of the Port Phillip District of New South Wales.djvu/styles.css

/* Index table: two columns, L/indent-R aligned, with centred headings intermediate lines */
.work_TOC,
.table {
	margin: auto;
	max-width: 38em;
}

.c2span td {
    text-align: center;
    padding-top: 1em;
}

.work_TOC  td:nth-child(1) {
	vertical-align: top;
}

.work_TOC  tr:not(.c2span) td:nth-child(1) {
	vertical-align: top;
    padding-left: 1.0em;
    text-indent: -1.0em;
    line-height:130%;
}

.work_TOC  td:nth-child(2) {
	text-align: right;
	vertical-align: bottom;
    padding-left:1em;
}
._valign tr,
._valign tr td,
._valign tr th{
 vertical-align:top;	
}

/* borders around table/columns/<th>; centre <th>; <td> align left with padding */
._tablecolhdborder {
	border-collapse: collapse;
	border: 1px solid;
	margin:0 auto 0 auto;
}
._tablecolhdborder th {
	border-bottom: 1px solid;
	border-left: 1px solid;
	text-align: center;
}
._tablecolhdborder td {
	border-left: 1px solid;
	padding-left: 5px;
}