#tooltip {
    width: 76px;
    height: 81px; 
    padding: 0;
    position: absolute;
    z-index: 3000;
    overflow: hidden;
}
#tooltip h3{
    text-align: center;
    color: #fff;
    border: none;
    line-height: 25px;
} 
#tooltip div { 
    display:none
}