.playerProfile{
	
	
	width: 100%;
	float: left;
	clear: both;
	white-space: normal;
}

.playerProfile .playerProfileSection{
	
	
	float: left;
	clear: both;
	border-bottom: thin solid silver;
	width: 100%;
	padding-bottom: 15px;
}

.playerProfile .playerProfileSection .column{
	
	
	width: 280px;
	
}

.playerProfile .column.right{
	
	padding-left: 10px;
}

.playerProfile .textbutton{
	
	margin-top: 20px;
	float: right;
}

.playerProfile p{
	
	width: 100%;
}

.playerProfile h4{
	
	font-weight: bold;
	color: rgb(153, 153, 153);
	margin: 0px;
	text-transform: none;
	font-size: small;
}

.links{
	
		margin-top: 5px;
	float: left;
}

.links p, .links a{
	float: left;

}
.playerProfileSection a img{
	
	margin:0;
	float: left;
}

p.checkLabel{
	
	float: left;
	width: auto;
	margin-top: 20px;
	color: rgb(153, 153, 153);
}

.playerProfile .icons{
		
	float: left;
	clear: right;
	margin-left: 30px;
	margin-top: 15px;
	
}

.playerProfile .icons a{
	
	margin: 5px;
	display: block;
	float: left;
}
