Index:Climatic Cycles and Tree-Growth - 1919.djvu/styles.css

.table {
	margin: auto;
	max-width: 38em;
}

.t1 td {
    text-align: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

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