.tooltip_templates { display: none; }
.tooltipster-sidetip.tooltipster-bootstrap.tooltipster-bootstrap-customized .tooltipster-box {
    background: white;
    border: 1px solid #808080;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.2);
}

.tooltipster-sidetip.tooltipster-bootstrap.tooltipster-bootstrap-customized .tooltipster-content {
    color: #212529;
    padding: 8px;
}

.tooltipster-sidetip.my-custom-theme .tooltipster-box {
    background: white;
    border: 1px solid #808080;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.2);
    opacity: 0.85;
    font-size: 0.8em;
}
/* Use this next selector to style things like font-size and line-height: */
.tooltipster-sidetip.my-custom-theme .tooltipster-content {
    color: #212529;
    padding: 8px;
}

.tooltipster-sidetip.my-custom-theme.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ffffff;
    left: 0px;
    top: 0;
    opacity: 0.85;
}