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

#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 0.9;
}
#tooltip h3, #tooltip div { 
  margin: 0; 
}

#tooltip h3{ 
  text-align: justify; 
  font-weight: normal; 
  font-family: inherit;
  font-size: 125%;
  padding: 5px;
  color: #400000;
}

/* #extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#fancy2 { float: right; }
#tooltip.right { width: 250px; }
#justify { text-align: left; } 
*/
#tooltip.justify { width: 400px; } /* Ding! */

