.edit_avatar {
	display: block !important;
	position: absolute;
	margin-left: 0px;
	color: white;
	background-color: rgba(125,125,125,0.8);
	padding: 5px;
	border-radius: 50%;
	font-size: 14px !important;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	cursor: pointer;
}

.idle_avatar img {
	border: 1px solid #eee;
	transition: 0.3s;
}

.idle_avatar:hover img {
	cursor: pointer;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.user_profile_items .orangered:hover {
	text-decoration: underline;
}