.symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double #fff;
  width: 30px;
  height: 30px;
}

.symbol-empty {
  background-color: #ccc;
}

.symbol-filled {
  background-color: black;
}

.rating-symbol, .rating-symbol-foreground, .rating-symbol-background {
	font-size: 18px !important;
}
div.rating-start { white-space: nowrap;}