table.display2 {
	border: 1px solid #333;
	border-collapse: collapse;
	margin: 0;
}
 
table.display2 tbody th p {
	font-weight: bold;
	font-size: 1em;
}

table.display2 tbody th, table.display2 td {
	font-size: 1.1em;
	vertical-align: top;
	border: 1px solid #333;
	border-collapse: collapse;
	text-align: left;
	color: #000;
	background-color: #fff;
	padding: .5em;
}

table.display2 thead th { 
	background-color: #ccc;
	text-align: center;
}

 strong.indent {
	margin-left: 1em;
}
