Index:The corn law question shortly investigated.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
.table {
	margin: auto;
	max-width: 38em;
}

.tablel {
	max-width: 38em;
    border-collapse:collapse;
}

.rightcol tr:not(.center) td:nth-child(n+2),
.rcol  tr:not(.center) td:nth-child(n+2) {
    text-align:right;
    padding-left: 1.5em;
}

.rcol  tr:not(.center) td:nth-child(n+2) {
    padding-right: 0.5em;
}

.header {
	font-size:88%;
    line-height: 120%
}

.center,
.col1c td:nth-child(1) {
    text-align: center;
}

.balign td:nth-child(n+2) {
    vertical-align:bottom;
    text-align:right;
}

.bb td:nth-child(n+2) {
    border-bottom:1px solid black;
}

/* 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;
}