.tt {
	position: relative;
	display: inline-block;
	/* border-bottom: 1px dotted black; */
}

.tt .tooltiptext {
	visibility: hidden;
	width: 325px;
	background-color: rgba(255, 255, 255, 1);
	/* color: #fff; */
	/* text-align: center; */
	border-radius: 6px;
	border: 1px solid rgba(3, 169, 244, 0.8);
	padding: 5px;
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
	font-size: 85%;
	color: black;
	font-weight: normal;

	/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
	opacity: 0;
	transition: opacity 1s;
}

.tt:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tt-title {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 105%;
}

.tt div {
	margin-top: 7px;
}

#tt_referral {
	width: 325px;
	left: -220px;
}

#tt_phone {
	width: 325px;
	bottom: -110px;
}

#tt_waiting_options {
	left: 40px;
}

#ref_source_bonus,
#ref_bonus {
	font-weight: 600;
}
