#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #80a63d;
	background-color: #F5F6D8;
	padding: 3px;
    text-align: left;
    max-width: 400px;
    border-radius: 4px;
    }
    #tooltip h3, #tooltip div { 
        margin: 0; 
        font-weight: normal;
        font-size: 13px;
        color: #000;
    }

#tooltip.big {
	padding: 7px;
    max-width: 500px;
    text-align: justify;
    }

#tooltip.big h3, #tooltip.big div { 
        font-size: 14px;
        line-height: 18px;
    }    
    
