.symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double white;
  width: 30px;
  height: 30px;
}

.rating-symbol-background {
   color: #aaa;
}

.rating-symbol-foreground{
   color: #ffc107;
}
