body,body.innerpageUsers, #editor{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9ad1ba+0,74c4e8+100 */
    background: #9ad1ba; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #9ad1ba 0%, #74c4e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #9ad1ba 0%,#74c4e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #9ad1ba 0%,#74c4e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ad1ba', endColorstr='#74c4e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.profilehead{/*big hold*/
    background: transparent;
}
.useritem {
    background: transparent;
    color: #5f5f5f !important;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);

    /*border-top: 1px solid #ddd;*/
}
.cont {

}
.useritem:hover{
    color: #fff !important;
}
.useritem:after {
    background-image: url(../../img/go_white.png);
}
.tab.active, .tab:hover {
    background: #fff;
    border-color: #ffffff;
    /* color: #fff !important; */
    color: #433f56;
    /* border-radius: 10px; */
}
.tab, #addtab {
    background: transparent;
    color: #fff;
    border-radius: 40px;
}
.profileimage img {
    border: 1px solid transparent;
}
#name,#bio,#username{
    color: #fff;
    font-size: 20px;
}
