table.ealesconvicts { 
line-height: 1.0;
font-size: 0.8em;
font-family: verdana, sans-serif;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px; }

table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background: #333; 
		color: white; 
		font-weight: bold; 
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}