/*@+leo-ver=5-thin*/
/*@+node:pimgeek.20160826003203.1: * @file dagre.css*/
svg {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

.node {
  white-space: nowrap;
}

.node rect,
.node circle,
.node ellipse {
  stroke: #333;
  fill: #fff;
  stroke-width: 1.5px;
}

.cluster rect {
  stroke: #333;
  fill: #000;
  fill-opacity: 0.1;
  stroke-width: 1.5px;
}

.edgePath path.path {
  stroke: #333;
  stroke-width: 1.5px;
  fill: none;
}
/*@-leo*/
