.team-stats-table {
	width: 100%;
	font-size: 90%;
	margin-bottom: 15px;
}

.team-stats-table tr:last-child {
	border-bottom: none;
}

.team-stats-table td {
	line-height: 25px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}

.team-stats-table  td:first-child {
	width: 25%;
	background-color: #C9C9C9;
	padding-right: 15px;
}

.team-stats-table  td:nth-child(2) {
	background-color: #E6E6E6;
}

.team-stats-italic {
	font-style: italic;
}

.team-stats-date, .team-stats-small {
	font-size: small;
}