.rapStar {
	display: inline;
	color: white;
	cursor: pointer;
	font-size: 32px;
	position: relative;
	display: table;
	clear: both;
	user-select: none;
}

.rapStarFront {
	top: 0px;
	color: yellow;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}

.rapStarDisable {
	cursor: default;
}
