Index:NTSB Rar-94-01.pdf/styles.css

From Wikisource
Jump to navigation Jump to search
table.wst-ts__ft tr,
table.__ft tr{
	vertical-align:bottom;
	text-align:right;
}

/* format of headers (centered) */

table.wst-ts__ft th,
table.__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 */	
table.wst-ts__ftlabelt tr td:first-of-type,
table.__ftlabelt tr td:first-of-type {
	text-align:left;	
	vertical-align:top;	
}


table.__grid{
	border: solid 1px black;
}

table.__grid td,
table.__grid th /* have to have complete slector paths in CSS */
{
	border: solid 1px black;
}