.tf-tree {
  color: #fff;
  overflow: auto
}

.tf-tree * {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.tf-tree ul {
  display: inline-flex
}

.tf-tree li {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 0.5em;
  position: relative
}

.tf-tree li ul {
  margin: 2em 0
}

.tf-tree li li:before {
  border-top: .1625em solid #939393;
  /*border-top: .0625em solid #000;*/
  content: "";
  display: block;
  height: .0625em;
  left: -.03125em;
  position: absolute;
  top: -1.03125em;
  width: 100%
}

.tf-tree li li:first-child:before {
  left: calc(50% - .03125em);
  max-width: calc(50% + .0625em)
}

.tf-tree li li:last-child:before {
  left: auto;
  max-width: calc(50% + .0625em);
  right: calc(50% - .03125em)
}

.tf-tree li li:only-child:before {
  display: none
}

.tf-tree li li:only-child>.tf-nc:before,
.tf-tree li li:only-child>.tf-node-content:before {
  height: 1.0625em;
  top: -1.0625em;
  margin-top: -1px;
}

.tf-tree span.no-border {
  border: 0;
  padding: 0;
}

.tf-tree .tf-nc,
.tf-tree .tf-node-content {
  border: 0px dashed #939393;
  display: inline-block;
  padding: .5em 1em;
  position: relative;
  width: 280px;
}

.tf-tree .tf-nc:before,
.tf-tree .tf-node-content:before {
  top: -1.03125em
}

.tf-tree .tf-nc:after,
.tf-tree .tf-nc:before,
.tf-tree .tf-node-content:after,
.tf-tree .tf-node-content:before {
  border-left: .1625em solid #939393;
  content: "";
  display: block;
  height: 1em;
  left: calc(50% - .03125em);
  position: absolute;
  width: .0625em
}

.tf-tree .tf-nc:after,
.tf-tree .tf-node-content:after {
  top: calc(100% + .03125em)
}

.tf-tree .tf-nc:only-child:after,
.tf-tree .tf-node-content:only-child:after,
.tf-tree>ul>li>.tf-nc:before,
.tf-tree>ul>li>.tf-node-content:before {
  display: none
}

.tf-tree.tf-gap-sm li {
  padding: 0 .6em
}

.tf-tree.tf-gap-sm li>.tf-nc:before,
.tf-tree.tf-gap-sm li>.tf-node-content:before {
  height: .6em;
  top: -.6em
}

.tf-tree.tf-gap-sm li>.tf-nc:after,
.tf-tree.tf-gap-sm li>.tf-node-content:after {
  height: .6em
}

.tf-tree.tf-gap-sm li ul {
  margin: 1.2em 0
}

.tf-tree.tf-gap-sm li li:before {
  top: -.63125em
}

.tf-tree.tf-gap-sm li li:only-child>.tf-nc:before,
.tf-tree.tf-gap-sm li li:only-child>.tf-node-content:before {
  height: .6625em;
  top: -.6625em
}

.tf-tree.tf-gap-lg li {
  padding: 0 1.5em
}

.tf-tree.tf-gap-lg li>.tf-nc:before,
.tf-tree.tf-gap-lg li>.tf-node-content:before {
  height: 1.5em;
  top: -1.5em
}

.tf-tree.tf-gap-lg li>.tf-nc:after,
.tf-tree.tf-gap-lg li>.tf-node-content:after {
  height: 1.5em
}

.tf-tree.tf-gap-lg li ul {
  margin: 3em 0
}

.tf-tree.tf-gap-lg li li:before {
  top: -1.53125em
}

.tf-tree.tf-gap-lg li li:only-child>.tf-nc:before,
.tf-tree.tf-gap-lg li li:only-child>.tf-node-content:before {
  height: 1.5625em;
  top: -1.5625em
}

.tf-tree li.tf-dotted-children .tf-nc:after,
.tf-tree li.tf-dotted-children .tf-nc:before,
.tf-tree li.tf-dotted-children .tf-node-content:after,
.tf-tree li.tf-dotted-children .tf-node-content:before {
  border-left-style: dotted
}

.tf-tree li.tf-dotted-children li:before {
  border-top-style: dotted
}

.tf-tree li.tf-dotted-children>.tf-nc:before,
.tf-tree li.tf-dotted-children>.tf-node-content:before {
  border-left-style: solid
}

.tf-tree li.tf-dashed-children .tf-nc:after,
.tf-tree li.tf-dashed-children .tf-nc:before,
.tf-tree li.tf-dashed-children .tf-node-content:after,
.tf-tree li.tf-dashed-children .tf-node-content:before {
  border-left-style: dashed
}

.tf-tree li.tf-dashed-children li:before {
  border-top-style: dashed
}

.tf-tree li.tf-dashed-children>.tf-nc:before,
.tf-tree li.tf-dashed-children>.tf-node-content:before {
  border-left-style: solid
}

b {
  color: #F4F4E1;
}

.tf-tree .st1 {
  background-color: #2BBCB2;
}

.tf-tree .st2 {
  background-color: #82B844;
}

.tf-tree .st3 {
  background-color: #659A41;
}

.tf-tree .st4 {
  background-color: #5B68B0;
}

.tf-tree .st5 {
  background-color: #55707D;
}

.tf-tree .st6 {
  background-color: #A65666;
}

.tf-tree .st7 {
  background-color: #EAB500;
}

.tf-tree .st8 {
  background-color: #CCBB48;
}