.tooltipster-sidetip.tooltipster-light-custom .tooltipster-box {
    -webkit-box-shadow: 0px 0px 5px 2px #7DB6C6;
    -ms-box-shadow: 0px 0px 5px 2px #7DB6C6;
    box-shadow: 0px 0px 5px 2px #7DB6C6;
    border: 0;
    background: #ffffff;
}

.tooltipster-sidetip.tooltipster-light-custom .tooltipster-content {
    color: #333;
}
.tooltipster-sidetip.tooltipster-light-custom a.closeTooltipster {
    float: right;
    margin-left: 20px;
}

.tooltipster-sidetip.tooltipster-light-custom.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #7DB6C6;
}
.tooltipster-sidetip.tooltipster-light-custom.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #7DB6C6;
     top: -9px;
}
.tooltipster-sidetip.tooltipster-light-custom.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ffffff;
    top: -3px;
}
.tooltipster-sidetip.tooltipster-light-custom.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ffffff;
    top: -6px;
}

.tooltipster-sidetip.tooltipster-light-custom .tooltipster-arrow-border {
    border: 18px solid transparent;
}

.tooltipster-sidetip.tooltipster-light-custom .tooltipster-arrow-background {
    border: 18px solid transparent;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 18px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 18px;
}

.tooltipster-sidetip.tooltipster-light-custom .tooltipster-arrow {
    height: 18px;
    margin-left: -18px;
    width: 36px;
}

.termsLink.tooltipstered {
    background: #7DB6C6;
    border-bottom: 0;
}