/* Player all */
.playerbox {
	float: left;
	margin: 0px 1px 2px;
	width: 32%;	
	height: 250px;
	box-sizing: border-box; 
	padding: 2px;
}

.playerbox .player-name {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}