.jdgm-star {
	font-family: "JudgemeStar";
	display: inline !important;
	text-decoration: none !important;
	padding: 0 4px 0 0 !important;
	margin: 0 !important;
	font-weight: bold;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jdgm-star:hover {
	opacity: 1;
}

.jdgm-star:last-of-type {
	padding: 0 !important;
}

.jdgm-star.jdgm--on:before {
	content: "";
}

.jdgm-star.jdgm--off:before {
	content: "";
}

.jdgm-star.jdgm--half:before {
	content: "";
}

.jdgm-widget * {
	margin: 0;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.jdgm-hidden {
	display: none !important;
	visibility: hidden !important;
}

.jdgm-temp-hidden {
	display: none;
}

.jdgm-spinner {
	width: 40px;
	height: 40px;
	margin: auto;
	border-radius: 50%;
	border-top: 2px solid #eee;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	border-left: 2px solid #ccc;
	-webkit-animation: jdgm-spin .8s infinite linear;
	animation: jdgm-spin .8s infinite linear;
}

.jdgm-spinner:empty {
	display: block;
}

.jdgm-prev-badge {
	display: block !important;
}