/* Adjust the background position when using this widget with a RTL language. */
[dir="rtl"] .fivestar-outline div.fivestar-widget-static .star span.on {
  background-position: right -28px;
}
[dir="rtl"] .fivestar-outline div.fivestar-widget div.on a {
  background-position: right -14px;
}
[dir="rtl"] .fivestar-outline div.fivestar-widget div.hover a,
[dir="rtl"] .fivestar-outline div.rating div a:hover {
  background-position: right -28px;
}
