.tooltipster-sidetip.tooltipster-error .tooltipster-box {
    border-radius: 3px;
    border: 1px solid red;
    background: white;
}

.tooltipster-sidetip.tooltipster-error .tooltipster-content {
    color: #666
}

.tooltipster-sidetip.tooltipster-error .tooltipster-arrow {
    height: 9px;
    margin-left: -9px;
    width: 18px
}

.tooltipster-sidetip.tooltipster-error.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-error.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width: 9px
}

.tooltipster-sidetip.tooltipster-error .tooltipster-arrow-background {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-error.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: white;
    top: 1px
}

.tooltipster-sidetip.tooltipster-error.tooltipster-left .tooltipster-arrow-background {
    border-left-color: white;
    left: -1px
}

.tooltipster-sidetip.tooltipster-error.tooltipster-right .tooltipster-arrow-background {
    border-right-color: white;
    left: 1px
}

.tooltipster-sidetip.tooltipster-error.tooltipster-top .tooltipster-arrow-background {
    border-top-color: white;
    top: -1px
}

.tooltipster-sidetip.tooltipster-error .tooltipster-arrow-border {
    border: 9px solid transparent
}

.tooltipster-sidetip.tooltipster-error.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: red
}

.tooltipster-sidetip.tooltipster-error.tooltipster-left .tooltipster-arrow-border {
    border-left-color: red
}

.tooltipster-sidetip.tooltipster-error.tooltipster-right .tooltipster-arrow-border {
    border-right-color: red
}

.tooltipster-sidetip.tooltipster-error.tooltipster-top .tooltipster-arrow-border {
    border-top-color: red
}

.tooltipster-sidetip.tooltipster-error.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -9px
}

.tooltipster-sidetip.tooltipster-error.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px
}