﻿.cat-sunburst {
    width: inherit;
    height: inherit;
}

    .cat-sunburst .tooltip {
        background-color: #666666;
        color: white;
    }

.sunburst-viz {
    width: inherit;
    height: inherit;
}

    .sunburst-viz svg {
        width: inherit;
        height: inherit;
    }

    .sunburst-viz .text-contour {
        stroke-width: 0px;
    }

    .sunburst-viz .tooltip {
        opacity: 1;
        max-width: unset;
    }

.cat-sunburst .main-arc {
    stroke: white !important;
}
