
<style type="text/css">
.bp_dhrusya_visitors dl dd p{
	margin:0 !important;	
}
.bp_dhrusya_visitors{
	padding:5px;
	min-width:200px;
	border-radius:3px;
	background:#f7f7f7;vertical-align:middle;line-height:32px;
	background-origin:border-box;
	background-image:-webkit-linear-gradient(top,#dfdfdf, #efefef);
	background-image:linear-gradient(to bottom,#dfdfdf, #efefef);
	display: inline-block;
	margin:5px 0;
	position:relative;
}
.bp_dhrusya_visitors dl{
	margin:0 !important;	
}

.bp_dhrusya_visitors dl img{
	margin:0 5px 0 0 !important;	
}


.bp_dhrusya_visitors dl span{
	float:right;
	margin-right:5px;	
	padding: 0 5px;
	cursor:pointer;
}

.bp_dhrusya_visitors dl dd{
	clear:both;
	position:absolute;
	min-width:190px;
	left:0;
	top:38px;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	z-index:99;
	display:none;	
}

.bp_dhrusya_visitors dl:hover dd{
	display:block;	
}

#buddypress div#item-header {
	overflow:visible !important;	
}
</style>