.tooltip{
position: absolute; 
top: 0;
 left: 0;
 z-index: 3;
 display: none;
 background: #EEEEEE;
 color: black;
 }
.qtip {
	font-size: 80%;
	font-weight: normal;
	}