.rate-base-layer{
    color: #aaa;
}
.rate-hover-layer{
    color: orange;
}
.rate-select-layer{
    color: orange;
}
.ratebloger{
    font-size: 30px;
} 
.ratebloger_readonly{
    font-size: 20px;
} 
.ratebloger_readonly.s16{
    font-size: 16px;
} 
.im{
    background-image: url('./images/heart.gif');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.im2{
    background-image: url('./images/emoji5.png');
    background-size: 64px 64px;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    display: inline-block;
}
#rate5 .rate-base-layer span, #rate7 .rate-base-layer span{
    opacity: 0.5;
}