/* #chart-container {
  font-family: Arial;
  height: 420px;
  border: 2px dashed #aaa;
  border-radius: 5px;
  overflow: auto;
  text-align: center;
} */
#chart-container
.orgchart { background: white; }

#github-link {
  position: fixed;
  top: 0px;
  right: 10px;
  font-size: 3em;
}
.fontsize-15px{
  font-size: 15px;
}
.fontsize-18px{
  font-size: 18px; 
}
.yellowcalar{
  color: #f7b84b ;
}