.tooltipster-sidetip.thermacell .tooltipster-box {
    border-radius: 5px;
    border: 1px solid #858585;
    background: #fff;
}

.tooltipster-sidetip.thermacell .tooltipster-content {
    color: #000;
}

.tooltipster-sidetip.thermacell .tooltipster-arrow {
    height: 11px;
    margin-left: -11px;
    width: 22px;
}

.tooltipster-sidetip.thermacell.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.thermacell.tooltipster-right .tooltipster-arrow {
    height: 22px;
    margin-left: 0;
    margin-top: -11px;
    width: 11px;
}

.tooltipster-sidetip.thermacell .tooltipster-arrow-background {
    border: 11px solid transparent;
}

.tooltipster-sidetip.thermacell.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    top: 0;
}

.tooltipster-sidetip.thermacell.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff;
    left: -4px;
}

.tooltipster-sidetip.thermacell.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left: 4px;
}

.tooltipster-sidetip.thermacell.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    top: 0;
}

.tooltipster-sidetip.thermacell .tooltipster-arrow-border {
    border-width: 11px;
    top: 0px;
    border-bottom-color: #858585;
}

.tooltipster-sidetip.thermacell.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -11px;
}

.tooltipster-sidetip.thermacell.tooltipster-right .tooltipster-arrow-uncropped {
    left: -11px;
}