/*****  DEFAULTS ******/

div.vz-weighted_tree-viz {
    overflow:scroll;
}


.vz-weighted_tree-viz circle {
    fill-opacity:.5;
}


.vz-weighted_tree-viz text {
    fill: black !important;
    font-family: Quicksand !important;
}

.vz-weighted_tree-node text {
    font-size: 14px !important;
    font-weight: bold !important;
}

.vz-weighted_tree-viz path {
    stroke:#777;
    stroke-opacity:.5;
}

/******** FIRE **********/


.vz-skin-fire .vz-radial_progress-track {
    fill-opacity: .1;
}


/******** NEON **********/

.vz-skin-tree {

}


/******** TEST CONTAINER **********/

svg.vz-weighted_tree-viz {
    fill:none;
    pointer-events:visible;
}

div.radial_container {
    float:left;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

#viz_container {
    border-radius:6px;
}


.vz-weighted_tree-link {
}

.vz-weighted_tree-node circle {
    fill: red !important;
    
}

.vz-weighted_tree-tip div {
    width: 100px !important;
    font-family: Quicksand !important;
    font-size: 12px;
    text-align: center;

}