.bintreefullleaf {
  border-radius: 1px;
  background-color: DarkOrange;
  line-height: 20px;
  z-index: 100; /* Prevents the tails of the edges from showing up in the background of the node */
}

.bintreeemptyleaf {
  border-radius: 1px;
  background-color: BurlyWood;
  line-height: 20px;
  z-index: 100; /* Prevents the tails of the edges from showing up in the background of the node */
}

.jsavcanvas { 
height: 375px;
} /* set the height of the container */


#container {
  /* Change the size of the container */
  height: 575px;
}

/* Change the size of the tree nodes */
#pagedBSTCON .jsavtree .jsavnode, #pagedBSTCON .jsavtree .jsavvalue {
  line-height: 15px;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
}

