html,body {
  height: 100%;
  margin: 0;
  padding: 1px;
  box-sizing: border-box;
}

body {
  font-family: Arial;
  color: #333333;
}

#chart-container {
  height: 100%;
  position: relative;
  border: 0px solid #aaa;
  margin: 0rem;
  padding: 20px;
  overflow: auto;
  text-align: left;
}

.orgchart .node .title {
  font-size: 1rem;
}

.content a{
  color: #333;
  text-decoration: none;
}