/*CSS*/
html, body{
  width: 100%;
  height: 100%;
  padding: 0;
  margin:0;
  overflow: hidden;
  font-family: Helvetica;
}
#tree{
  width:100%;
  height:100%;
}

.name {
  text-transform: none;
}

tspan:nth-of-type(1) {
baseline-shift: 20px;
}

tspan:nth-of-type(2) {
baseline-shift: 15px;
}

tspan:nth-of-type(3) {
baseline-shift: 10px;
}

tspan:nth-of-type(4) {
baseline-shift: 5px;
}