/* index.css */
#content {
  margin: 0;
  padding: 0;
}

.vertex {
  fill: #f0f0f0;
  stroke: #404040;
  cursor: move;
}
.vertex.selected {
  fill: #f0f0d0 !important;
  stroke-width: 2;
}
.vertex.deleting {
  fill: #d0d0f0 !important;
}
.vertex.fixed {
  fill: #a0a0a0;
  cursor: move;
}

.vertex text {
  fill: #000;
  stroke-width: 0;
}

.edge {
  stroke: #999;
  stroke-width: 1;
}

svg#canvs {
  width: 100%;
  height: 100vh;
}
.md-bottom-sheet-backdrop, .md-scroll-mask {
  display: none !important;
}

