/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
    display:none;
    z-index:100;  
}