/*
Name: graph
Dependencies: flat-ui
*/
.graph-ctrl { position: relative; }
.graph-tools { position: absolute; left: 10px; top: 10px; width: 120px; border: 1px solid #0c0; }
.graph-tool { width: 96px; height: 96px; border: 1px solid #0cc; cursor: pointer; background-color: #fc0; }
.graph-nodes { position: absolute; right: 10px; top: 10px; width: 820px; height: 100%; border: 1px solid #00c; }
.graph-node { width: 90px; height: 90px; border: 1px solid #cc0; cursor: pointer; position: absolute; }
.graph-edge { position: absolute; background-color: #999; padding: 0; margin: 0; }
.graph-handle { position: absolute; height: 10px; width: 10px; background-color: #eee; border: 1px solid #666; margin: -6px; }
