div.tree {
  overflow: auto;
}

div.treeborder {
   border: 1px;
   border-style: solid;
   border-color: c9c9c9;
   overflow: scroll;
}

table.tree{
  border-collapse:collapse;
  border-style: none;
  border-spacing: 0;
}

table.tree td.title {
  font-family: Arial;
  font-size: 10pt;
  font-color: black;
  font-weight: bold;
}

table.tree td {
  font-family: Arial;
  font-size: 10pt;
  font-color: black;
  font-weight: normal;
  padding: 0 0 0 0;
}

table.tree td.renderedtable {
  padding-left: 17px;
}

