ol.domtree {
  margin-left: -40px;
  margin-top: -16px;
}

ol.domtree ol {
  margin: 0;
  padding: 0 0 0 28px;
}

ol.domtree li {
  list-style: none;
  position: relative;
  padding: 16px 0 0 0;
  color: #2f1f06;
}

ol.domtree ol li {
  color: #2a0584;
}

ol.domtree ol ol li {
  color: #80500c;
}

ol.domtree ol ol ol li {
  color: #07380e;
}

ol.domtree ol ol ol ol li {
  color: #030f61;
}

.domtree {
}

ol.domtree > li:first-child:before {
  border-style: none none none none;
}

ol.domtree li:before {
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  width: 7px;
  height: 26px;
  border-style: none none dashed dashed;
  border-width: 1px;
  border-color: #ae0;
}

ol.domtree ol li:before {
  border-color: #2a0584;
}

ol.domtree ol ol li:before {
  border-color: #80500c;
}

ol.domtree ol ol ol li:before {
  border-color: #07380e;
}

ol.domtree ol ol ol ol li:before {
  border-color: #030f61;
}

ol.domtree li:not(:last-child):after {
  position: absolute;
  content: '';
  top: 10px;
  left: -10px;
  bottom: 0;
  border-style: none none none dashed;
  border-width: 1px;
  border-color: #aaa;
}

ol.domtree li:not(:last-child):after {
  border-color: #2a0584;
}

ol.domtree ol ol li:not(:last-child):after {
  border-color: #80500c;
}

ol.domtree ol ol ol li:not(:last-child):after {
  border-color: #07380e;
}

ol.domtree ol ol ol ol li:not(:last-child):after {
  border-color: #030f61;
}

