/* Tooltip */

.tooltip {
    padding: 4px !important;
    z-index: 100000;
    position: absolute;
    color: #727272;
    background: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

.tooltip h2 {
    color: #727272;
    background: white;
    font-size: 12px;
}

.tooltip h4 {
    padding-bottom: 5px;
}