.game-top-results-table{
	border-collapse: collapse;
	width: 30em;
	text-align: left;
	margin: 0.4em auto;
}


.game-top-results-table th{
	color: #fff;
	background-color: #5b8f10;
}

.game-top-results-table > tbody > tr > td:nth-of-type(2){
	font-weight: bold;
}


.game-top-results-table > thead > tr > th:nth-of-type(3),
.game-top-results-table > tbody > tr > td:nth-of-type(3){
	text-align: right;
}

.game-top-results-table > tbody > tr:nth-child(even) {background: #eaeaea;}
.game-top-results-table > tbody > tr:nth-child(odd) {background: #f1f5d6;}


.game-top-results-table td,
.game-top-results-table th{
	padding: .5rem 2rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}


