﻿#tooltip {
    cursor: pointer;
    display: none;
    position: absolute;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    z-index: 12000;
    padding: 10px 20px;
    max-width: 300px;
    background: #00bfa5;
    line-height: 12pt;
}
