.userMainContent{ 
    position:relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
    width: 100%;
    display: table;
    border-bottom: 1px solid #D8D8D8;
}

/*AVATAR USER PAGE*/

.userMainContent .avatarBox { 
    width: 110px;
    height: 110px;
    text-align:center;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.userMainContent .centerAV {
    padding: 0;
    border-radius: 0;
}
.userMainContent .centerAV img {
    min-height: 100%;
    min-width: 100%;
}

/* USER INFORMATION USER PAGE */

.userInformationWrapper {
    width: 100%;
    padding-left: 130px;
    display: table;
    box-sizing: border-box;
}
.userMainContent h4,
.userMainContent .userInformation {
    width: calc(100% - 120px); 
}
.userMainContent h4 {
    margin-bottom: 10px;
}
.userMainContent .userInformation {
    margin-bottom: 30px;
}
.userMainContent .userGroup {
    float: none;
}
.userMainContent .info { 
    font-weight:700;
}
.userMainContent a.button.smaller {
    font-weight: 400;
    padding: 5px 10px;
    min-width: 190px;
}
.userMainContent .commentsText {
    clear: both;
    font-weight: 600;
}
.userMainContent .commentsText i {
    margin-right: 5px;
}
.userMainContent .commentsText a {
    color: #238FAF;
}
.userMainContent .commentsText a:hover {
    color: #CC0952;
}
.userMainContent .starMarkWrapper {
    position: absolute; 
    right: 0; 
    top: 0; 
}
.userMainContent .starMark { 
    width: 74px; 
    height: 72px; 
    background: url(/img/_redesign/star-blue.svg) no-repeat center;
    background-size: contain;
    display: table; 
    vertical-align: middle; 
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    float: right;
}
.userMainContent .starMark span { 
    vertical-align: middle; 
    display: table-cell; 
    font-size: 18px; 
    padding-top: 5px;
    font-weight: 600;
}