.treeheatmap-tooltip {
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	background-color: #FFF;
	width: 250px;
	display: none;
	z-index: 200002;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 3px rgba(50, 50, 50,  0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50,  0.5);
	box-shadow: 1px 1px 3px rgba(50, 50, 50,  0.5);
	pointer-events: none;
}

.treeheatmap-legend {
}

.thm-legenditem {
	float: left;
}

.thm-legenditem .title {
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 12px;
}

.thm-legenditem .marker {
	height: 20px;
}

.thm-legenditem .label {
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	text-align: right;
	border-right: 1px solid #000;
	padding-right: 2px;
}

.treeheatmap-tooltip h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.treeheatmap-tooltip p {
	font-size: 12px;
	line-height: 1.2;
}

.treeheatmap-container {
	width:100%;
	position: absolute;
	top: 30px;
	bottom: 0;
}

