.tooltip {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    display: none;
    margin-bottom: 4px !important;
}

.share-tooltip {
    background: #fff;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    display: none;
    margin-bottom: 4px !important;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
}

.tooltip[data-show], .share-tooltip[data-show] {
    display: block;
}
