@charset "utf-8";
/* CSS Document */
.qa-user-profile{}

.qa-user-profile .profile-sidebar {
    width: 325px;
    /* display: inline-block; */
    vertical-align: top;
    margin: 0;
    padding: 0;
    float: left;
}
.qa-user-profile .profile-main {
    /* width: 65%; */
    /* display: inline-block; */
    margin-left: 330px;
    padding: 0;
    /* vertical-align: top; */
    /* float: right; */
}


.qa-user-profile .inner {
    padding: 10px 20px;
    margin: 0;
}

.qa-user-profile .section {
    padding: 0;
    margin: 0 0 20px 0;
}

.qa-user-profile .section-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}


.qa-user-profile .user-card {
    position: relative;
}
.qa-user-profile .user-card .card-cover {
    height: 140px;
    overflow: hidden;
    margin-bottom: 35px;
    border-radius: 3px;
}

.qa-user-profile .user-card .card-avatar {
    position: absolute;
    top: 105px;
    left: 15px;
    text-align: center;
    /* width: 100%; */
    border: 1px solid #35353566;
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.qa-user-profile .user-card .author-follow.following{
    background: #5f6caf none repeat scroll 0 0;
    color: #fff;
}

.qa-user-profile .user-card .author-follow {
    position: absolute;
    bottom: 5px;
    left: 100px;
    /* text-shadow: 0 3px 5px rgba(11, 11, 11, 0.8); */
    color: #8d8a8a;
    /* font-size: 15px; */
    font-size: 13px;
    background: #fff;
    padding: 1px 10px;
    border-radius: 3px;
    border: 2px solid rgba(0, 0, 0, 0.32);
    font-weight: normal;
    cursor: pointer;
}


.qa-user-profile .user-card .author-name {
    position: absolute;
    bottom: -30px;
    left: 100px;
    font-weight: bold;
}






.qa-user-profile .highlight{}

.qa-user-profile .highlight .item {
    font-size: 13px;
    width: 49%;
    display: inline-block;
    padding: 4px 0;
}


.qa-user-profile .recent-questions{}
.qa-user-profile .recent-questions .item {
    padding: 10px 0 10px 0;
}
.qa-user-profile .recent-questions .item a {
    text-decoration: none;
    font-size: 13px;
}



/*#############profile-tabs###############*/

.profile-tabs{}

.profile-tabs .profile-navs {
    padding: 0;
    margin: 0 0;
    border-bottom: 1px solid #ddd;
    height: 31px;
}
.profile-tabs .profile-navs li {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 30px;
    overflow: hidden;
}
.profile-tabs .profile-navs li.active {
    /* background: #b6b4b4; */
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #5f6caf;
    height: 29px;
}

.profile-tabs .profile-navs li a {
    text-decoration: navajowhite;
    padding: 5px 15px;
    font-size: 12px;
    display: block;
    margin: 0;
}

.profile-tabs .tab-content{}


































