.tooltipster-sidetip.tooltipster-info .tooltipster-box {
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #f59100;
    background: #000046;
    box-shadow: 0 0 25px 7px rgba(0,83,136,.3)
}

.tooltipster-sidetip.tooltipster-info.tooltipster-top .tooltipster-box {
    margin-bottom: 7px
}

.tooltipster-sidetip.tooltipster-info .tooltipster-content {
    color: white;
    padding: 8px 16px
}

.tooltipster-sidetip.tooltipster-info .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-info.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #f59100
}

.tooltipster-sidetip.tooltipster-info.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #f59100
}

.tooltipster-sidetip.tooltipster-info.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #f59100
}

.tooltipster-sidetip.tooltipster-info.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #f59100
}
