.tooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	border:2px solid black;
	background-color : #ffffdd;
}