label {
  margin-left: 5px;
}

#container {
  width: 800px;
  height: 575px;
}

.jsavcanvas > svg { 
  width: 900px;
  height: 550px;
}

#bottom {
padding-left: 5px;
  height: 90px;
  width: 805px;
  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;
}
.jsavnode .jsavvalue { /* This will get the array cell values to center vertically */
  height: 30px;
}
#profArrays .jsavnode {
  line-height: 30px !important;
  min-width: 143px !important;
  max-width: 143px !important;
  min-height: 25px !important;
  max-height: 25px !important;
}

#profArray .jsavnode{
  line-height: 30px !important;
  min-width: 45px !important;
  max-width: 45px !important;
  min-height: 30px !important;
  max-height: 30px !important;
}

#solArray .jsavnode{

  line-height: 30px !important;
  min-width: 45px !important;
  max-width: 45px !important;
  min-height: 30px !important;
  max-height: 30px !important;
}
.jsavnode {
  line-height: 25px 
  
}

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

#procontrols{
  text-align: left;
}

.jsavcanvas  > .jsavlabel {
	z-index: 100;
}

.jsavarray .jsavindex {
border-radius: 0 !important;
}