.heatmapLegendAxis { 
	font-family: sans-serif;
	font-size: 12px;
}

.heatmapRowLabel {
	font-family: sans-serif;
	font-size: 12px;
}

.heatmapColumnLabel {
	font-family: sans-serif;
	font-size: 12px;
}

text.heatmapMono {
	font-size: 8pt;
    font-family: sans-serif;
    fill: black;
 }

text.heatmapText-hover {
	fill: orange;
	cursor: pointer;
 }

text.heatmapText-highlight {
	fill: orange;
}

rect.heatmapCell-border {
 	stroke: #eee;
    stroke-width:0.3px;   
 }

rect.heatmapCell-hover {
 	stroke: #F00;
    stroke-width:0.3px;   
 }

.heatmapTooltip {

    position: absolute;
    
    width: auto;
    
    height: auto;
    
    padding: 10px;
    
    background-color: white;
    
    -webkit-border-radius: 10px;
    
    -moz-border-radius: 10px;
    
    border-radius: 10px;
    
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    
    pointer-events: none;

}

.heatmapTooltipHidden {
	
    display: none;

}

p.heatmapTooltip {
	
    margin: 0;
    
    font-family: sans-serif;
    
    font-size: 12px;
    
    line-height: 20px;
    
    white-space: pre-line;

}