svg g.node.private {
  opacity: 0.5; }
  svg g.node.private text.nodehref {
    cursor: default; }
svg .link {
  stroke: #ccc;
  fill: none;
  stroke-width: 1px; }
svg text.nodetext {
  font: 10px sans-serif; }
svg text.nodehref {
  font: 12px sans-serif; }
svg image.rectangle {
  cursor: move; }
svg g.node.select text.nodehref {
  stroke: #32c83c; }

div.b-code-graph div.diff {
  margin-top: 10px; }
