#profile .header {
    width: 100%;
    height: 275px;
    background: url(../../../images/header.png) no-repeat center;
    border: 1px solid #000;
    position: relative;
}
#profile .header h1 {
    margin: 0;
    background: rgba(0, 0, 0, .5);
    padding: 2px 4px;
    font-size: 18px;
    display: block;
    width: fit-content;
}
#profile .header h2 {
    font-size: 13px;
    padding: 2px;
    display: block;
    margin: 0;
    font-weight: 200;
    background: rgba(0, 0, 0, .5);
    width: max-content;
    padding-right: 5px;
}
#profile .header .upper {
    position: absolute;
    bottom: 55px;
    left: 162px;
    height: 55px;
}
#profile .header .upper .row {
    height: 55px;
    float: left;
}
#profile .header .lower {
    position: absolute;
    bottom: 0;
    background: #222;
    color: #fff;
    width: 100%;
    height: 55px;
}
#profile .header .lower .avatar {
    width: fit-content;
    max-width: 125px;
    max-height: 125px;
    display: block;
    margin: -80px 0 0 20px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
#profile .header .lower .info {
    float: left;
}
#profile .header .lower .posts,
#profile .header .upper .pm {
    float: right;
    display: block;
    font-size: 13px;
    padding: 12px;
    margin: 7px;
    background: #111;
    color: #ddd;
    transition: .4s;
}
#profile .header .lower .posts:before,
#profile .header .upper .pm:before {
    font-family: FontAwesome;
    margin-right: 9px;
}
#profile .header .lower .posts:before {
    content: "\f1ea";
}
#profile .header .upper .pm:before {
    content: "\f086";
}
#profile .header .lower .posts:hover {
    background: #0a0a0a;
    color: #bbb;
}
#profile .header .lower .info .row {
    float: left;
    padding: 12px 20px;
}
#profile .header .lower .info .row h3 {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #8d9aa6;
}

#profile .main {
    height: 20px;
}

#profile .main .row.left {
    float: left;
    width: 30%;
    background: #f0f2f5;
}

#profile .main .row.left .pborder {
    margin: 4%;
    width: 92%;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 5px;
}

#profile .main .row.left .pborder .thead {
    border: 0;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    padding: 15px;
    background: #ebedf0;
}

#profile .main .row.right {
    float: right;
    width: 69%;
    text-align: left;
}

#profile .main .row.right .posts {
    margin: 15px 5px 5px 5px;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    clear: both;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 5px;
}

#profile .main .row.right .posts h4 {
    margin: 0;
    padding: 15px;
    font-size: 16px;
    color: #333;
}

#profile .main .row.right .posts h3 {
    clear: both;
    overflow: hidden;
    margin: 0;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 13px;
    color: #666;
    background: #f9f9f9;
}

#profile .main .row.right .posts h3 .date:before {
    content: "\f017";
    font-family: FontAwesome;
    margin-right: 3px;
}

#profile .main .row.right .posts h3 .replies:before {
    content: "\f075";
    font-family: FontAwesome;
    margin-right: 3px;
}

#profile .main .row.right .posts .text {
    overflow: hidden;
    clear: both;
    padding: 15px;
    max-height: 155px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

#profile .main .row.left .pborder tbody tr .trow1,
#profile .main .row.left .pborder tbody tr .trow2 {
    border-bottom: 1px solid #ebebeb;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
		