table .player_profile { text-align: left; width: 100%; margin-top: 20px; margin-bottom: 20px; }
table .player_profile .photo { position: relative; }
table .player_profile .photo div.logo { position: absolute; left: 0px; bottom: 2px; background: white; }
table .player_profile .photo div.jersey {
	position: absolute;
	right: 20px;
	bottom: 2px;
	text-align: center;
	font-size: 9px;
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
table .player_profile .photo img.user { height: 200px; width: 160px; margin-right: 20px; }
table .player_profile .info { padding-top: 20px; }
table .player_profile .info strong { white-space: nowrap; padding-right: 10px; }
table .player_profile .info table td { padding-top: 5px; }
table .player_profile .nick
{
	font-size: 16px; width: 80%; font-weight: bold;
	border-bottom: 1px solid #eee; height: 20px; padding-bottom: 20px;
	font-family: verdana;
}
div.awards { margin-top: 10px; font-size: 10px; overflow: auto; }
div.awards table { float: right; margin-bottom: 10px; }
div.awards table th { font-size: 10px; white-space: nowrap; font-weight: bold; }
div.awards table td { font-size: 10px; white-space: nowrap; }
