.lTabs {
	border-bottom: 1px solid #efefef;
	height: 30px;
	margin-bottom: 10px;
} 
span.lTab {
	background: #efefef;
	height: 30px;
	display: block;
	float: left;
	padding: 0px 10px;
	line-height: 30px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	font-weight: bold;
}
span.selected {
	background: #fff;
}
table.topUsers th, table.topUsers td {
	text-align: center;
}
table.topUsers {
	border: 1px solid #efefef;
	margin-bottom: 20px;
}
.lTabs span {
	cursor: pointer;
}

.user-info img {
	margin: 2px 0px 0px 2px;
}