.tooltipster-sd {
    border-radius: 3px;
    border: 3px solid #e8e8e8;
    background: #fff;
    color: #666;
    z-index: 10;
}

.tooltipster-sd .tooltipster-content {
    color: #666;
    font-size: 12px;
    line-height: 17px;
    padding: 20px;
}

.tooltipster-blue {
    background: #0072bc;
    border: 1px solid #0072bc;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    border-radius: 3px;
}

.tooltipster-blue .tooltipster-content {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    padding: 20px;
}

.tooltipster-blue .closeButton {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -15px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 2px solid #0072bc;
}

.tooltipster-blue .closeButton .icon {
    font-size: 9px;
    color: #0072bc;
}
