label {
  margin-left: 5px;
}

#container {
  height: 640px;
  width: 887px;
}

.jsavcanvas { 
  width: 870px;
  height: 510px;
  position: absolute;
}

#bottom {
padding-left: 5px;
  height: 45px;
  width: 880px;
  border: 1px solid black;
  background-color: #ddd;
  overflow: hidden;
}

#input {
  /* Spacing between the input box and the Next button */
  margin-right: 5px;
}

.avcontainer {
  margin-top: 0;
}

.jsavcontainer svg {
  pointer-events: all;
}

.jsavscroll {
  width: 250px;
  height: 505px;
  font-size: 95%;
  float: left;
  margin-left: -10px;
  margin-top: 5px;
  padding-left: 5px;
}

.jsavarray .jsavnode {
  height: 35px !important;
  min-height: 35px !important;
  min-width: 35px !important;
  width: 35px !important;
}

.jsavlist .jsavnode {
  height: 25px !important;
  min-height: 25px !important;
  min-width: 25px !important;
  width: 25px !important;
  line-height: 25px !important;
}

#procontrols{
  text-align: left;
}

