/*Note:  This has all of the same settings as original but commented out */
       /*To change:  Change tooltipster-light to tooltipster-light-customizedized everywhere */

.tooltipster-sidetip.tooltipster-light-customized .tooltipster-box {
    border-radius: 5px;
    border: 1px solid #262626;
    background-color: #FCFCFC;
}

.tooltipster-sidetip.tooltipster-light-customized .tooltipster-content {
    color: #262626;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 6px 8px !important;
    overflow: hidden;
}

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

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

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

.tooltipster-sidetip.tooltipster-light-customized.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #FCFCFC;
    top: 1px
}

.tooltipster-sidetip.tooltipster-light-customized.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #FCFCFC;
    left: -1px
}

.tooltipster-sidetip.tooltipster-light-customized.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #FCFCFC;
    left: 1px
}

.tooltipster-sidetip.tooltipster-light-customized.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #FCFCFC;
    top: -1px
}

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

.tooltipster-sidetip.tooltipster-light-customized.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #262626;
}

.tooltipster-sidetip.tooltipster-light-customized.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #262626;
}

.tooltipster-sidetip.tooltipster-light-customized.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #262626;
}

.tooltipster-sidetip.tooltipster-light-customized.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #262626;
}

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

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