.tooltipster-sidetip.tooltipster-blue .tooltipster-box {
    border-radius: 3px;
    border: 1px solid #135bb4;
    background: rgba(255,255,255,.8);
    box-shadow:0 0 5px 3px rgba(19,91,180,.3)
}

.tooltipster-sidetip.tooltipster-blue .tooltipster-content {
    color: #333
}

.tooltipster-sidetip.tooltipster-blue .tooltipster-arrow {
    height: 9px;
    margin-left: -9px;
    width: 18px
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-blue.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width: 9px
}

.tooltipster-sidetip.tooltipster-blue .tooltipster-arrow-background {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    top: 1px
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff;
    left: -1px
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left: 1px
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    top: -1px
}

.tooltipster-sidetip.tooltipster-blue .tooltipster-arrow-border {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #135bb4
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #135bb4
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #135bb4
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #135bb4
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -9px
}

.tooltipster-sidetip.tooltipster-blue.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px
}
