﻿.mitch-d3-tree.boxed-tree.default .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}

.mitch-d3-tree.boxed-tree.default .node {
  /*
					Do NOT do any font related CSS that
					would affect dimensions here, as 
					D3Plus TextBox won't take them 
					into account when performing
					various operations such as ellipsis.
				*/
}

.mitch-d3-tree.boxed-tree.default .node.collapsed .body-group .body-box {
  fill: lightsteelblue;
}

.mitch-d3-tree.boxed-tree.default .node.selected .body-group .body-box {
  stroke: #00A2A3;
  stroke-width: 2.5px;
}

.mitch-d3-tree.boxed-tree.default .node .body-group .body-box {
  stroke: steelblue;
  fill: white;
  rx: 6;
  ry: 6;
}

.mitch-d3-tree.boxed-tree.default .node .title-group .title-box {
  stroke: steelblue;
  fill: #4682B4;
  rx: 10;
  ry: 10;
}

.mitch-d3-tree.boxed-tree.default .node .title-group text {
  fill: white;
}

.mitch-d3-tree.circle-tree.default .link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}

.mitch-d3-tree.circle-tree.default .node.collapsed circle {
  fill: lightsteelblue;
}

.mitch-d3-tree.circle-tree.default .node.selected circle {
  stroke: #00A2A3;
  stroke-width: 2.5px;
}

.mitch-d3-tree.circle-tree.default .node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 3px;
}

.mitch-d3-tree.circle-tree.default .node text {
  font: 12px sans-serif;
}

/*# sourceMappingURL=d3-mitch-tree-theme-default.css.map */