/* Styling for simple sankey diagram */

.stageValue {
    font-size: 10px;
    text-anchor: middle
}

.sankeyTT {
    /*display: none;*/
    opacity: 0;
    /*max-width: 250px;*/
    max-width: 300px;
    border-radius: 10px;
    border: 1px solid #333;
    background-color: white;
    z-index: 2;
    padding: 5px;
    /*position: fixed;*/
    position: absolute;
    pointer-events: none;
}