.hastooltip {

 margin:0;
 padding:0;
}
.tooltip{
	border:2px solid #317082;	/* Border width */
	left:3px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	width:240px;	/* Width of tooltip content */
	/*height:220px;	 Height of tooltip content */
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
	color:#000;
}
