.heat-rating {
    margin: 0 auto 0 0;
    width: 210px;
}
.rating-block {
    height: 31px;
    width: 31px;
    display: inline-block;
    float: left;
    cursor: pointer;
    opacity: 0.5;
}
.ratings {
    font-size: 14px;
    line-height: 35px;
    margin-left: 10px;
    display: inline-block;
}
.zero {
    background-color: #646464;
}
.one {
    background-color: #cb202d;
}
.two {
    background-color: #ff7800;
}
.three {
    background-color: #edd614;
}
.four {
    background-color: #83ec18;
}
.five {
    background-color: #5ba829;
}
