table {
  	width: 100%;
	font-size: 10.5pt;
  	background: #fff;
}

.table {
	padding: 20px;
}
	
table caption {
  	margin: 0;
  	padding: 5px 0;
  	text-align: center;
	color: #343F60;
}

table th {
	margin: 0;
	padding: 8px 20px;
  	text-align: center;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #444;
}

table td {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: center;
  	border-bottom: 1px dotted #ccc;
}
	
table .name {
  	text-align: left;
}

table tr.alt {
  	background: #f7f7f7;
}
