﻿.kg-user-profile {
    width: calc(100% - 279px);
    height: calc(100% - 82px);
    float: left;
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: 82px;
    display: flex;
    animation: fade-in 0.4s ease;
    transition: width 0.4s ease;
    margin-left: 32px;

}
#main.widescreen .kg-user-profile{
    width: calc(100% - 100px);
}