.inline-rating {
display: inline;
}
.review-star-empty {
background: url(//www.eatcookexplore.com/wp-content/plugins/review-schema-markup/empty-star.png) scroll 0 0 no-repeat transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.review-star {
background: url(//www.eatcookexplore.com/wp-content/plugins/review-schema-markup/full-star.png) scroll 0 0 no-repeat transparent;
display: inline-block;
max-height: 16px;
max-width: 16px;
}
.review-star.full {
height: 16px;
width: 16px;
}
.review-blank {
background: url(//www.eatcookexplore.com/wp-content/plugins/review-schema-markup/empty-stars.png) scroll 0 0 no-repeat transparent;
display: inline-block;
height: 16px;
width: 84px;
}
.review-stars {
background: url(//www.eatcookexplore.com/wp-content/plugins/review-schema-markup/full-stars.png) scroll 0 0 no-repeat transparent;
display: inline-block;
height: 16px;
max-width: 84px;
}