.hierarchy {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  padding: 5px 5px 5px 10px;
  max-height: 550px;
}
.hierarchy img {
  border: 0px;
  vertical-align: middle;
}
.hierarchy a {
  color: black;
  text-decoration: none;
}
.hierarchy a.node, .hierarchy a.nodeSel, .hierarchy a.nodeSel2 {
  white-space: nowrap;
  padding: 1px 1px 1px 2px;
}
.hierarchy a.node:hover, .hierarchy a.nodeSel:hover {
  color: black;
  text-decoration: none;
}
.hierarchy a.nodeSel {
  background-color: #c0d2ec;
}
.hierarchy a.nodeSel2:hover {
  text-decoration: none;
}
.hierarchy div.nodeSel2 >.node {
  color: red !important;
  font-weight: bold;
}
.hierarchy .clip {
  overflow: hidden;
}
.hierarchyNode {
  padding: 0px 5px 0px 5px;
}
