﻿.tooltipHtml {
	max-width: 400px;
	position: fixed;
	display: none;
	border: 2px solid #000;
	background-color: #eee;
	padding: 5px;
	z-index: 10;
}
