/** Add css rules here for your application. */
 .hcCustomTooltipLight {
    width:95px!important;
    overflow:auto;
    color: black;
    white-space:normal !important;
}

 .hcCustomTooltipDark {
    width:95px!important;
    overflow:auto;
    color: white;
    white-space:normal !important;
} 