body {
  margin: 30px;
  font-family: sans-serif;
  }

#fontSizeWrapper { font-size: 16px; }

#fontSize {
  width: 100px;
  font-size: 1em;
  }

.wlfc_tree { 
	margin: 1em; 
	list-style-type: none;
}

.wlfc_tree a { text-decoration: none; }

.wlfc_tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  }

.wlfc_tree input ~ ul { display: none; }

.wlfc_tree input:checked ~ ul { display: block; }

.wlfc_tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 1em 1em;
  list-style-type: none;
  }

.wlfc_tree ul li { padding: 1em 0 0 1em; }

.wlfc_tree > li:last-child { padding-bottom: 0; }

.node {
  position: relative;
  display: inline-block;
  background: #fff;
  list-style-type: none;
  }

label.node { cursor: pointer; }

label.node:hover { color: #666; }

label.node:before {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
  }

:checked ~ label.node:before { content: '–'; }

.wlfc_tree li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5em;
  display: block;
  width: 0;
  border-left: 1px solid #777;
  content: "";
  }

.node:after {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #777;
  border-left: 1px solid #777;
  border-radius: 0 0 0 .3em;
  content: '';
  }

label.node:after { border-bottom: 0; }

:checked ~ label.node:after {
  border-radius: 0 .3em 0 0;
  border-top: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-left: 0;
  bottom: 0;
  top: 0.5em;
  height: auto;
  }

.wlfc_tree li:last-child:before {
  height: 1em;
  bottom: auto;
  }

.wlfc_tree > li:last-child:before { display: none; }

.endpoint {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
  list-style-type: none;
  outline: solid 1px #666;
}




