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