.moremedals {
	height: 29px;
	line-height: 29px;
	padding: 0px;
	display:block;
	text-align:center;
	width: 29px;
	/* border: 1px solid #555; */
	float: left;
	margin-left: 2px;
}

.medalpreview {
	float: left;
}

.roster_callsign {

}

tr.body td.roster_callsign a {
	font-weight: bold;
	font-size: 105%;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
}

.roster_rank {
	width: 124px; /* image + 4 */
	text-align: left;
}

.roster_badge {
	width: 135px; /* max image is 175, but below we make it 140 + 4 */
	text-align: center;
}

.roster_badge img {
	width: 130px;
}

.roster_games {
	/*width: 165px;*/ /* max (5) * 30 + 4 */
}

.roster_medals {
}

.roster_medals a img {
	text-decoration: none;
}

/* profile page */
.profile_avatar {
	float: left;
}

.profile_basic_info {
	float: left;
	margin-left: 10px;
}

.profile_special_title {
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
}

.profile_basic_info .profile_rank {
	text-align: center;
	float: left;
	clear: both;
}

.profile_basic_info .profile_badge {
	text-align: center;
	float: left;
	margin-left: 10px;
}

.profile_basic_info .profile_badge img {
	width: 130px;
}

.extended_profile_info {
	clear: both;
}
