div.tooltip {
    position: absolute;
    text-align: center;
    width: 200px;
    height: 15px;
    padding: 10px;
    font: 12px sans-serif;
    background: #f1f1f9;
    border: 0;
    border-radius: 8px;
    pointer-events: none;
}
