div.htmltooltip {
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #f9f9f9;
	border: 4px solid #1f78c6;
	color: #636363;
	padding: 4px 8px 4px 8px;
	width: 300px; /*width of tooltip*/
}