div.htmltooltip, div.htmltooltipRendered{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -9000px;
	top: -9000px;
	background: white;
	border: 8px solid #ea892b;
	color: black;
	padding: 5px;
	width: 300px; /*width of tooltip*/
}
