.users-list-name .img-circle{
	height: 100px !important;
	overflow: hidden;

	background-color: transparent;
}

.widget-user-image{
	top: 59px !important;
}

.widget-user-image .img-circle{
	width: 100px !important;
	height: 100px !important;
	bottom: 30px;
	overflow: hidden;
	background-color: transparent;
}

.widget-user-image img{
	position: relative;
	top: -3px;
	left: -10px;
}

.widget-user-image .nothing_photo{
	left: 0 !important;
	border: none;
}


.camper_photo{
	position: relative;
	top: -16px;
	left: -27px;
}

#photo{
	display: none;
}

div.trophys-box{
	position: relative;
	display: flex;
}

div.content-popover{
	position: relative;
	width: 90px;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}

div.popover{	
	position: relative;
	min-width: 200px;
	height: 100%;
}

h3.popover-title{
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}

@media(max-width:500px){
	div.trophys-box{
		display: flex;
		flex-direction: column;
	}

	div.trophys-box .trophy{
		max-width: 100px;
	}
}