<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 3px;
}

.node text { font: 12px calibri; }

.node .text-value{
  font: 22px calibri;
  font-weight: 100
}

.node .text-name{
  font: 13px calibri;
  fill: white
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
  stroke-dasharray: 2,5; 
}</pre></body></html>