#profile_block {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}
div#profile_wrap{
	/*
	width: 500px;
	height: 500px;
	*/
	/*
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	*/
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 1rem;
	/* border-radius: 1rem; */
}
#profile_close:hover{
	cursor: pointer;
	background: #eee;
}
#profile_close{
	font-size: x-large;
	padding: 0 0.5rem;
	border-radius: 0.5rem;
}
#prof_icon_img img{
	width: 3rem;
	height: 3rem;
	object-fit: cover;
	border-radius: 50%;
	vertical-align: middle;
}
div#profile_wrap #edit_area{
	height: calc(100% - 20rem);
	overflow: auto;
}
div#profile_wrap #prof_cover_img img{
	max-width: 250px;
}
