.star.directive {
    display: inline-block;
    height: 14px;
}
.stars.directive {
    display: inline-block;
    height: 14px;
}
.star.directive i.icon{
    margin: -5px 10px;
    top: 0!important;
    left: 0!important;
    cursor: pointer;
}
.icon-star {
    background-image: url('./image/star.png');
    width: 20px;
    height: 20px;
}
.icon-stars {
    background-image: url('./image/star.png');
    width: 20px;
    height: 20px;
}

.icon-star-outline {
    background-image: url('./image/star_1.png');
    width: 20px;
    height: 20px;
}
