

#buddypress div#item-header {
	overflow:visible !important;
}


li#profile-visitors-personal-li a {
	color: #777777 !important;
}

.recent-profile-visitors li:first-of-type {
	padding-left: 0 !important;
}
li#profile-visitors-personal-li a span {
	background: #0296c0 !important;
}
.recent-profile-visitors.member-header .item-avatar a:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 10;
	border: 3px solid #fff;
}
.friend-item.profile-visitors div.avatar {
	overflow: unset !important;
}

.recent-profile-visitors.member-header .item-avatar a img.avatar {
	min-width:40px;
	min-height:40px;
	max-width:40px;
	max-height:40px;
}

ul.member-header-under-avatar {
	justify-content: center;
	display: flex;
}

ul.member-header-under-avatar li {
	justify-content: center;
}

.recent-profile-visitors.member-header .item-avatar {
	padding: 0px !important;
	margin: 0px !important;
	width: 60px;
}

.friend-item.profile-visitors .avatar img {
	width: 100%;
}
.friends-list-block{
	padding-bottom: 15px!important;
}
.friend-item .friend-meta .author{
	height: 20px!important;
	margin-top: 3px!important;
}