Index:CAB Accident Report, Piedmont Airlines Flight 349.pdf/styles.css

/* signature table on page 349 */
.__sigtable{
	/* align entire table to right */
	margin-right: 0px;
	margin-left: auto;
}

.__sigtable tr:nth-child(odd) td:nth-child(1){
	/* add a little padding to the right of the "/s/" entry */
	padding-right: 0.5em;
}

.__sigtable tr:nth-child(odd) td:nth-child(2){
	/* underline names */
	border-bottom: 1px solid black;
	/* add padding to the right */
	padding-right: 2.0em;
}

.__sigtable tr:nth-child(even) td:nth-child(2){
	/* add some padding to the left of the title */
	padding-left: 1.0em;
}