.tooltip {
	position: absolute;
	z-index: 999;
	background-color: white;
	padding: 5px;
	border: 1px solid #C7295E;
	width: 250px;
	display: none;
	text-align: justify;
}
