.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border        : 2px solid darkorange;
    border-radius : 4px;
    background    : linear-gradient(to bottom, #aaa, #eee) !important;
    box-shadow    : 0 0 12px rgba(0, 0, 0, 0.6);
    text-shadow   : 0 1px 1px rgba(255, 255, 255, 0.5) !important;
    }
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
    color : #333
    }
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
    margin-left : -9px;
    width       : 18px;
    height      : 9px
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
    margin-top  : -9px;
    margin-left : 0;
    width       : 9px;
    height      : 18px
    }
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
    border : 9px solid transparent
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    top                 : 1px;
    border-bottom-color : darkorange
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
    left              : -1px;
    border-left-color : darkorange
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    left               : 1px;
    border-right-color : darkorange
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    top              : -1px;
    border-top-color : darkorange
    }
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
    border : 9px solid transparent
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color : darkorange
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
    border-left-color : darkorange
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
    border-right-color : darkorange
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color : darkorange
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
    top : -9px
    }
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
    left : -9px
    }
