#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #CC0D12;
	background-color: #eee;
    color: #CC0D12;
	padding: 5px;
    font-weight: normal;
    font-size: 11px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { 
    margin: 0;
    font-size: 11px;
    font-weight: bold; 
}

