.counter-button {
	cursor: pointer;
}
span.rating-stars {
    color: #ffb900 !important;
	transition: transform 0.2s !important; / Smooth transition for the zoom effect /

}

.rating-stars:hover{
    transform: scale(1.1) !important; / Zoom in on hover (adjust the scale value as needed) /
	display:inline-block !important;
}
td.plugin-title.column-primary strong{
	font-weight:400;
}