/**
 * ngx-graph v"4.3.3" (https://github.com/swimlane/ngx-graph)
 * Copyright 2016
 * Licensed under MIT
 */
.graph {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .graph .edge {
    stroke: #666;
    fill: none; }
    .graph .edge .edge-label {
      stroke: none;
      font-size: 12px;
      fill: #ffffff; }
  .graph .panning-rect {
    fill: rgba(0, 0, 0, 0);
    cursor: move; }
  .graph .node-group .node:focus {
    outline: none; }

/*# sourceMappingURL=index.map*/