#tooltip {
position: absolute;
z-index: 3000;
border: 1px solid #111;
background-color: #eee;
padding: 5px;
opacity: 0.85;
font-size: 12px;}
#tooltip div { margin: 0;}
#tooltip p { 
font-size: 12px;
font-weight: normal;
color: #333333;
margin: 0px;
padding: 0px;}
#tooltip h1 { 
font-size: 24px;
font-weight: bold;
color: #333333;}
#tooltip h2 { 
font-size: 22px;
font-weight: bold;
color: #333333;}
#tooltip h3 { 
font-size: 20px;
font-weight: bold;
color: #333333;}
#tooltip h4 { 
font-size: 18px;
font-weight: bold;
color: #333333;}
#tooltip h5 { 
font-size: 14px;
font-weight: bold;
color: #333333;}
#tooltip h6 { 
font-size: 12px;
font-weight: bold;
color: #333333;}
#tooltip h7 { 
font-size: 10px;
font-weight: bold;
color: #333333;}


