/*******************************/
/*     TOOLTIPSTER CUSTOM      */
/*******************************/
.tooltipster-sidetip.tooltipster-custom .tooltipster-box {
    background-color: white;
    border: none;
    border-radius: 0; }

.tooltipster-sidetip.tooltipster-custom .tooltipster-content {
    font-family: 'AudiNorm', Arial, sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1.2;
    color: black;
    text-align: center; }

.tooltipster-sidetip.tooltipster-custom .tooltipster-content .tooltip-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 0;
    padding: 5px; }

.tooltipster-sidetip.tooltipster-custom .tooltipster-arrow .tooltipster-arrow-border {
    border-bottom-color: white;
    border-top-color: white; }

.tooltipster-sidetip.tooltipster-custom .tooltipster-arrow .tooltipster-arrow-background {
    border-bottom-color: white;
    border-top-color: white;
    top:0;}