Index:Abstract of the evidence for the abolition of the slave-trade 1791.djvu/styles.css

/* {{ts|mc}} equivalent. */
.__floatc{
	margin: 0 auto 0 auto; 
}


/* Generic style for table consisting of mostly figures (right-aligned) 
TODO: Full Ledger style  ; */

/* Row format */
.wst-ts__ft tr,
.__ft tr{
	vertical-align:bottom;
	text-align:right;
}

/* format of headers (centered) */

.wst-ts__ft th,
.__ft th{
	text-align:center;	
}

/* Fix to allow for the first entry of the table to be  left aligned text label, top, bottom, or middle positioned respectively */	
.wst-ts__ftlabelt tr td:first-of-type,
.__ftlabelt tr td:first-of-type {
	text-align:left;	
	vertical-align:top;	
}

.wst-heading {
	font-size:120%;
	text-align:center;
	margin-top:2em;
	margin-bottom:2em;
}