#infovis-canvaswidget {
  margin:0px 0 0 5px;
}

/* Hypertree node labels */
.ht-label {
  font-family: "Lucida Grande", Verdana, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  line-height: 1.15;
  pointer-events: auto;
}

.ht-label-1 {
  max-width: 190px;
  font-weight: normal;
}

.ht-label-2 {
  max-width: 150px;
}

.ht-label-3 {
  max-width: 120px;
  opacity: 0.85;
}

.ht-label .node-title {
  font-weight: bold;
}

.ht-label .node-sub {
  font-weight: normal;
  opacity: 0.8;
  font-size: 0.85em;
}

.ht-label-2 .node-title,
.ht-label-3 .node-title {
  font-weight: normal;
}