<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ratingstarbox {display:inline-block;height:16px;padding:0;margin:3px 0 0 0;}
.ratingstarbox span.fbox {width:81px;height:100%;display:inline-block;position:relative;}
.ratingstarbox span.fbox &gt; div {position:absolute;left:0;top:0;height:100%;}
.ratingstarbox span.fbox &gt; div:first-child {background-color:#ccc;width:100%;}
.ratingstarbox span.fbox &gt; div:nth-child(2) {background-color:#444;}
.ratingstarbox span.fbox &gt; div:nth-child(2).orange {background-color:#F6BB42;}
.ratingstarbox span.fbox &gt; div:last-child {background-image:url(/image/ratingstarbox.png);background-size:100% 100%;width:100%;}
.ratingstarbox div.sbox {float:right;display:inline-block;font-size:13px;line-height:16px;padding:0 5px;white-space:nowrap;}
.ratingstarbox div.sbox &gt; span{font-size:11px;padding-left:5px;color:#999;white-space:nowrap;}
</pre></body></html>