Best practices
In cases where more than one property requires modification, best practices is to include all of the properties in one section, as follows:
font-family
..neb-rating-html-implementation neb-rating .net-rating.numbers
label.rating-label,
.neb-rating-html-implementation neb-rating .neb-rating.numbersCircle
label.rating-label,
.neb-rating-html-implementation neb-rating .neb-rating.numbersSquare
.neb-rating-value label.rating-label {
height: 29px;
width: 29px;
background: #D4D4D4 !important; /* background color*/
color: #313139 !important /* text color unselected */
font-weight: 400;
border-radius: 100%;
font-size: 16px; }