@charset "utf-8";

.aside__wrap {
    border-radius: 2px;
    background: #fff;
    font-size: 15px;
    line-height: 1.45em;
    border: 1px solid #e0e3e9;
    margin-bottom: 10px;
    word-wrap: break-word;
	text-align: center;
}

.aside-user__avatar {
    /*margin-top: -48px;*/
    margin-bottom: 7.5px;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    position: relative;
    z-index: 505;
}

.aside-user__avatar a {
	display: inline-block;
	margin: 0 auto;
	border-radius: 100%;
}
.align--column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.align {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}


.avatar-side-wrap {
	text-align: center;
}

.avatar-side-name {
	display: block;
	text-decoration: none;
    /*color: #2e9fff;*/
	font-weight: 600;
	word-wrap: break-word;
}

.avatar-side-pic {
	display: block;
    border: 3px solid #f0f0f0;
    box-shadow: 0 0px 0px #999999;
    overflow: hidden;
    margin: 0 auto;
    height: 128px;
	width: 128px; 
	border-radius: 100%;
	margin-bottom: 7.5px;
}

.avatar-side-pic img {
	width: 100% ; height:128px; 
}

/* @ Profile Avatar */

.avatar-wrap {
	display: inline-block;
    border: 3px solid #f0f0f0;
    box-shadow: 0 0px 0px #999999;
    overflow: hidden;
    margin: 0 0px 10px 0;
    max-height: 200px;
	width:100%; /*max-width:250px; */
}

.avatar-wrap img {
	width: 100% ; max-height:200px; 
}