body {
    background-color: black;
    color: white;
    overflow: hidden;
}

svg {
  background-color: #111;
}

body, html {
    height: 100%;
}

div.wrap {
    height: 96%;
    overflow: hidden;
}

/* TODO: dragging images is strange on firefox. */
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    max-width: 200px;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.edgeLabel {
  color: white !important;
}

#graphDiv .subgraph-lvl-0 {
    /* Important overrides later (in this case inline) styles */
    /* fill: blue !important; */
}

/* Unused
#shape {
  fill:blue;
}

#shape:hover {
  fill:red;
}
*/

