.boxscore td,
.boxscore th {
	border: 1px solid #bbb; 
	padding: 5px;
}

.resultstable {
	border-collapse: collapse;
	margin-right: 10px;
}

.resultstable caption,
.listtable caption {
	text-align: center;
	font-weight: bold;
}
.resultstable td,
.resultstable th,
.listtable td,
.listtable th  {
	padding: 3px;
	border: 1px solid #bbb;
}

.listtable {
	border: 1px solid #bbb;
}
.listtable th,
.resultstable th,
.boxscore th {
	background: #ddd;
	vertical-align: bottom;
}

