.tooltip {
	position: absolute;
	display: none;
	z-index:999;
	background-color: #ffffff;
  border-left:1px solid #000;
  padding:10px;
}
