.page-stats-patch .player {
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
}
.page-stats-patch .finished,
.page-stats-patch .cancelled {
	display: none;
}
.page-stats-patch table {
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: 0.8em;
	text-align: center;
	width: 100%;
}
.page-stats-patch table del {
	color: #FF0000;
}
.page-stats-patch table ins {
	color: #07B92C;
}
.page-stats-patch table th {
	font-size: 1em;
	font-weight: bold;
}
.page-stats-patch table caption {
	margin: 20px;
	margin-bottom: 10px;
	font-size:1.3em;
	font-weight: bold;
	text-transform: capitalize;
}
.page-stats-patch table .one {
	background-color: #EBF2FF;
}
.page-stats-patch table .two {
	background-color: #FFF;
}
.page-stats-patch .sorry {
	margin: 20px 0 0 0;
}
.page-stats-patch table .one:hover,
.page-stats-patch table .two:hover {
	background-color: #E2E2E2;
}
