#profile
{
	min-width: 700px;
}

#profile.b-round
{
	background: transparent;
	min-width: auto;
}

#profile.b-round .content
{
	min-width: 700px;
}

.usertop
{
	padding: 10px 40px;
}

.usertop h2
{
	font-size: 105%;
	color: #58595b;
	font-weight: normal;
}

.usertop p
{
	color: #3c3c3c;
	font-size: 70%;
}

.usertop a
{
	color: #ed1846;
}

.usertop a:hover
{
	text-decoration: none;
}

.usertop .divisible
{
	padding-top: 24px;
}

.usertop h2 strong
{
	font-weight: normal;
	margin-left: 20px;
}

.usertop h2 span,
.usertop h2 a
{
	font-size: 60%;
	margin-left: 20px;
}

.table-outer
{
	text-align: center;
	margin: 0 -40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #ddd;
}

.table-outer-last
{
	border-bottom: none;
}

.users-listing
{
	font-size: 70%;

	width: 100%;

	margin: 0;
	padding: 0;

	border-collapse: collapse;
}

.users-listing td
{
	text-align: left;

	padding: 7px 5px;
}

.users-listing td a
{
	color: #58595b;
}

.users-listing tr.odd
{
	background: #eee;
}

.users-listing .change
{
	padding-left: 10px;
	width: 22px;
	text-align: center;
}

.users-listing .up
{
	color: #84d642;
}

.users-listing .down
{
	color: #ed1818;
}

.users-listing .place
{
	padding-left: 3px;
	width: 10px;
	color: #999;
	font-size: 95%;
}

.users-listing .user
{
	padding-left: 7px;
	width: 175px;
	font-weight: bolder;
}

.users-listing .value
{
	padding-left: 10px;
	font-size: 110%;
	width: 40%;
}
