#profileDiv{
    position:fixed;
    cursor: pointer;
    left:0px;
    margin-top:20px;
    margin-left:2%;
    width:35px;
    height:35px;
    z-index: 1;
}
#profileDiv > img{
    width:35px;
    height:35px;
}
#praiseDiv{
    position:fixed;
    cursor: pointer;
    left:0px;
    margin-top:80px;
    margin-left:2%;
    width:35px;
    height:35px;
    z-index: 1;
}
#praiseDiv > img{
    width:35px;
    height:35px;
}
.img_desc_min {
    width: 100%;
    text-overflow: clip;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}