body,body.innerpageUsers, #editor{
    background: #f1f1f1 !important;
}
.profilehead{/*big hold*/
    background: transparent;
}
.useritem {
    background: transparent;
    color: #5f5f5f !important;
    box-shadow: none;
    border-top: 1px solid #ddd;
}
.cont {
    border: 1px solid #888;
    border-radius: 20px;
    padding: 10px;
}
.useritem:hover{
    color: #333 !important;
}
.tab.active, .tab:hover {
    background: #dadada;
    border-color: #c1c1c1;
    /* color: #fff !important; */
    color: #333 !important;
}
.tab, #addtab {
    background: #eaeaea;
    color: #585858;
}
.profileimage img {
    border: 1px solid #6f6f6f;
}
#name,#bio,#username{
    color: #666;
}
.contentholder {
    margin-top: 0px;
}