.spo-badge{
	background:#2ecc71;
	color:#fff;
	font-size:12px;
	padding:4px 8px;
	margin-left:8px;
	border-radius:3px;
}

.spo-badge {
	position: relative;
	cursor: help;
}

.spo-tooltip {
	position: absolute;
	bottom: 120%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	display: none;
	padding: 8px 12px;
	border-radius: 6px;
	background: #111;
	color: #fff;
	font-size: 12px;
	z-index: 999;
}

.spo-badge:hover .spo-tooltip {
	display: block;
}