.user-info
{
	height: 35px;
	width: 185px;
}

.user-info .user-details a
{
	font-weight: bold;
	color: #402a06;
	text-decoration: none;
}

.user-info .user-details a:hover
{
	text-decoration: underline;
}

.user-info .user-action-time
{
	margin-bottom: 4px;
	margin-top: 2px;
}

.relativetime
{
	font-weight: bold;
	text-decoration: none;
}

.user-info .user-gravatar32
{
		float: left;
		height: 32px;
		width: 32px;
}
.user-info .user-details
{
		float: left;
		margin-left: 5px;
		overflow: hidden;
		white-space: nowrap;
		width: 145px;
		color: rgb(136, 136, 136);
		line-height: 17px;
}

.reputation-score
{
		color: rgb(68, 68, 68);
		font-size: 120%;
		font-weight: bold;
		margin-right: 2px;
}

.badgecount
{
		color: rgb(128, 129, 133);
		padding-left: 1px;
		
}