
.hover-text {
	display: inline-block;
	position: absolute;
	/* background: #47c1c4; */
	border-radius: .4em;
	font-size: 17px;
	color: #000;
	line-height: 20px;
	top: 10px!important;
	width: 80px;
	height: 40px;
	line-height: 40px;
	left: 120px!important;
	text-shadow: 0px 0px 0px #942020;
	border: 1px solid #47c1c4;
}
.hover-text:after {
	content: '';
	position: absolute;
	bottom: 12px;
	border-top-color: #47c1c4;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 12px solid #47c1c4;
	border-bottom: 6px solid transparent;
	/* margin-left: -69px; */
	left: -12px;
}
