#container {
  width: 800px;
  height: 595px;
}
.jsavline {
  height: 45px;
  margin: 0 0 0 20px;
}

#procontrols {
  text-align: center;
}

.jsavgraph svg {
  z-index: 0;
}

.jsavnode.marked {
  background-color: #FFF050;
}
.jsavedge {
  stroke-width: 6;
  stroke: #7D8879;
}
.jsavedge.marked {
  stroke: #F6B611;
}
