.profileContainer:hover {box-shadow: 0px 0px 6px #FFD14B !important;margin-left: 1px;}
.profileContainer table{border: none;margin: 0px;cursor:pointer;width:100%;}

.profileIcon{background-color: #EEEEEE;
    border-right: 4px solid rgba(0,0,0,.03);
    border-top: 6px solid rgba(0,0,0,.03);
    width: 44px;
    background-position: center center;
    background-size: auto 18px;
    text-decoration: none;
}

.profileMainRow.fixedContainer{height:157px;}
.profileMainRow{}

.profileDetail h3{margin:7px 0px;font-size:18px;min-height:40px !important;}
.profileDetail p{font-size:14px;}
.profileDetail .profileDescription{height:45px;overflow:hidden;}

.profileImage{
    background-color: #FFF;
    width: 170px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    background-size: 90%;
}

.sponsorTitle{
    padding: 15px;
    border-radius: 103px;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 60%;
    color: rgba(0,0,0,.6) !important;
    box-shadow: 2px 4px 0px 0px rgba(0,0,0,.1);
    border-top:2px solid rgba(255,255,255,.8);
}

.sponsorTitle.white{
    border-top: 2px solid #FFF;
    background: rgb(255, 255, 255);
    border-bottom: 12px solid #EEE;
}

.chatsWindow{
    border: 4px solid #FFFFFF;
    border-radius: 8px;
    box-shadow: 3px 6px 0px rgba(0,0,0,.1);
    width:85%;
}        

#marketDetail{padding: 10px;
    border: 2px groove rgba(255,255,255,.5);
    border-radius: 8px;
    background: #BFCAD7}
            
#marketDetail .switchBackground.on{background: #3B9BDC;}    