#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #809000;
    background-color: #eaecda;
    padding: 0 3px;
    text-align: center;
}
#tooltip h3, #tooltip div {
    margin: 0;
    color: #809000;
    border-bottom: 0;
}
