
/* FurryCraft Network — star_ratings.css
   Star ratings are fully styled in global.css (bulletproof
   fallback section) so they work on every page. This file only
   keeps the inline-rating float to avoid overriding anything. */

.inline_rating {
	float: left;
	margin: 2px 8px 0 0;
}
