@charset "utf-8";
/* CSS Document */

#tooltip {
	    position:   absolute;    
		width:      12em;    
		background: #999;    
		padding:    10px;
}
#tooltip h3, #tooltip div {
		font-size:   1em;    
		font-weight: normal;    
		margin:      0;
}