.tooltip{ 
    position: absolute; 
    width:500px;
    top: 0; 
    left: 0; 
    z-index: 3; 
    display: none; 
    background-color:white;
    border-color:black;
    color:black;
    padding:5px;
}
