<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

*:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix {
  clear:both;
}

/* Rating Star Widgets Style */
.rating-stars {
  padding: 10px 0;
}

.drill-stars .rating-stars {
  padding: 0 0 0 0;
  font-size: 50%;
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}

.rating-stars ul &gt; li.star {
  display:inline-block;
}

/* Idle State of the stars */
.rating-stars ul &gt; li.star &gt; .glyphicon-star {
  font-size:1.75em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul &gt; li.star.hover &gt; .glyphicon-star {
  color:#8EBDFC;
}

/* Selected state of the stars */
.rating-stars ul &gt; li.star.selected &gt; .glyphicon-star {
  color:#1F7CF8;
}</pre></body></html>