body,body.innerpageUsers, #editor{
    background: #3a3d42; /* Old browsers */
}
#editor{
    background: transparent;
}
.profilehead{/*big hold*/
    background: transparent;
    border: 0px solid #fff;
    border-radius: 10px 10px 0 0;
}
.contentholder {

}
.useritem {
    background: #46494e;
    color: #a3a4ab !important;
    box-shadow:none;
}
.useritem:hover{
    color: #fff !important;
}
.tab.active, .tab:hover {
    background: #41454c;
    border-color: #3a3d42;
    color: #fff !important;
}
.tab,#addtab{
    background: #46494e;
    color: #fff;
}
.profileimage img{
    border-color: #46494e;
}