#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    /*background-color: #eee;*/
    padding: 25px;
    /*opacity: 0.85;*/
    font-family: Trebuchet, Arial, serif;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty, #tooltip.pretty2, #tooltip.pretty_small{
    border: none;
    width: 200px;
    font-size:12px;
    height: 125px;
}

#tooltip.pretty2, #tooltip.pretty_small{
	text-align:justify;
}

