#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #efff77;
    padding: 7px;
    opacity: 0.85;
    font-size: 12px;
    border-radius: 2px;
}

#tooltip h3, #tooltip div {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

wbr:before {
    content: "\200B"
}
