#tooltip {
	position: absolute;
	z-index: 3000;
	border: 3px solid white;
	background-color: #C3AE8E;
	padding: 5px;
	opacity: 1;	
	color: white;
}
#tooltip h3, #tooltip div { 
    font-weight: bold;
    font-size: 12px;
    margin: 0; 
    color: white;
}
.pretty{
    width:250px;
	color: white;
}
