/**/
#tooltip {
    position: absolute;
    z-index: 9999;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: .85
}

#tooltip h3, #tooltip div {
    font-size: 14px;
    font-weight: normal;
    margin: 0
}