.jsavcontainer {
  max-width: 900px;
  background-color: #E2EEDD;
  margin-bottom: 1em;
}

#tree .node-split-rect {
  stroke-width: 2.0;
  stroke: rgba(250, 190, 222, 0.7);
  fill: rgba(250, 190, 222, 0.1);
}

/*Node's Color*/
.leaf-node li {
  background-color: #BBDFF2;
}

.leaf-node-value {
  background-color: #EB96AE;
}

.jsavarray {
  margin: 0;
}

.highlight-edge {
  /*stroke: #FF0 !important;*/
  stroke-width: 4.0
}

/*size of internal and leaf node*/
.jsavarray, .jsavarray .jsavnode {
  min-height: 30px;
  height: 30px;
  min-width: 35px;
  width: 35px;
}

/*size of leaf node*/
.jsavarray.leaf-node, .jsavarray.leaf-node .jsavnode {
  min-height: 45px !important;
  height: 45px !important;
}

.jsavnode .jsavvalue {
  height: 30px;
  line-height: 30px;
}

.leaf-node .jsavnode .jsavvalue {
  line-height: 17px;
}

.helper-label {
  display: block;
  width: 3.5em;
  position: relative;
  font-size: 1.3em;
  margin: 0;
  text-align: right;
}
