Index:Problems of Empire.djvu/styles.css

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

.collast  td:nth-last-child(1) {
	text-align: right;
}

.colac2  td:nth-child(n+2) {
	text-align: center;
    padding: 0em 0.5em 0em 0.5em;
    border-left: 1px solid black;
}

.hanging td:nth-child(2) {
    padding-left: 2.0em; text-indent: -1.0em; 
}

.horizborder {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-collapse: collapse;
}

.colar td:nth-child(n+3) {
	text-align: right;
    padding: 0em 0.5em 0em 0.5em;
    border-left: 1px solid black;
}

.colar2 td:nth-child(n+2) {
	text-align: right;
    padding: 0em 0.5em 0em 0.5em;
    border-left: 1px solid black;
}

.it1 td:nth-child(1) {
    padding-left: 1.0em;text-indent: -1.0em;
}

.vertthick td:nth-child(5) {
   border-right:2px black solid;
}

.vertthick0 td:nth-child(3) {
   border-right:2px black solid;
}

._valign tr,
._valign tr td,
._valign tr th{
 vertical-align:top;	
}