/* Mulke 1.7.1: robust one-click +/- status. */
.mulke-old-reputation-buttons a.mulke-like-button,
.mulke-old-reputation-buttons a.mulke-dislike-button {
	pointer-events: auto !important;
	position: relative !important;
	z-index: 20 !important;
	cursor: pointer !important;
}
.mulke-old-reputation-buttons a.is-busy {
	opacity: .55 !important;
	cursor: wait !important;
}
.mulke-reputation-status {
	min-height: 12px;
	margin-top: 2px;
	font-size: 9px;
	line-height: 12px;
	color: #267326;
}
.mulke-reputation-status.is-error { color: #9b1c1c; }
