.rating-symbol, .symbol {
  display: inline-block;
  border-radius: 50%;
  border: 5px double white;
  width: 40px;
  height: 40px;
}

.symbol-empty {
  background-color: #ccc;
}

.symbol-filled {
  background-color: black;
}
