Index:Law Enforcement Officers Killed and Assaulted, 2002.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
table.LEOKA2002{
	width: 95%;
line-height: 1.5 ; /*Add some line spacing */
font-size:80%; /* Smaller font */
margin: 0 auto 0 auto;  /* Centering the table on the page - Technicall not needed if setting width:100% , but still */
border-collapse: collapse;  /* No borders. unless set elsewhere */
text-align:right; /* Numerical values are mostly right aligned */
/* width:100%;   table is across whole page. */
}

table.LEOKA2002 tr:nth-of-type(4), 
table.LEOKA2002 tr:nth-of-type(3), 
table.LEOKA2002 tr:nth-of-type(1){
	border-bottom:1px solid black;
}


table.LEOKA2002 tr:nth-of-type(1), 
table.LEOKA2002 tr:nth-of-type(2),
table.LEOKA2002 tr:nth-of-type(5)
{ 
	   font-weight:bold;
}

table.LEOKA2002 tr:nth-of-type(4) td:nth-of-type(2){font-weight:normal;}

table.LEOKA2002 tr:nth-of-type(4){
 font-style:italic;
}


table.LEOKA2002 tr td:first-of-type{	text-align:left; /*Labels down lefthand side are left-aligned. */
}

.LEOKA2002 tr td:nth-of-type(2){
	font-weight:bold;
}

.LEOKA2002 .__tablerefs{
	border-top:1px solid black;
}

/* Should probably move the __tr_pb entry to the parent table class at some point.*/
.__tr_pb1__ td {padding-bottom: 1.0em;}