.player-stat-wrap {
	position: relative;
	background: #1A4572;
	padding: 6px 20px;
	border-radius: 2px;
	cursor: pointer;
	margin-bottom: 20px;
}

.player-stat-wrap div {
	color: white;
	font-weight: bold;
	margin: 4px 0px;
}

.player-stat-wrap div span {
	font-size: 14px;
}