html `
<style>
#simpleTreeInteractive .branch .branch-path{
fill: none;
stroke: #541753;
stroke-width: 2px;
stroke-linecap: round;
stroke-linejoin: round;
}
#simpleTreeInteractive .branch.hovered .branch-path{
fill: none;
stroke: #541753;
stroke-width: 4px;
}
#simpleTreeInteractive .external-node .node-shape{
fill: #22b680;
// stroke: rgb(255, 255, 255);
// stroke-width: 1;
}
#simpleTreeInteractive .external-node.hovered .node-shape{
fill: #e31e58;
// stroke: rgb(255, 255, 255);
// stroke-width: 1;
}
#simpleTreeInteractive .internal-node .node-shape {
fill: #29c5ef;
/*stroke: rgb(255, 255, 255);*/
/*stroke-width: 1;*/
}
</style>
`