.bonsai,
.bonsai li {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.bonsai li {
    position: relative;
    padding-left: 1.5em; /* padding for the thumb */
}
li .thumb {
    font-size: 1.5em;
    margin: -1px 0 0 -1em;  /* negative margin into the padding of the li */
    position: absolute;
    cursor: pointer;
}
li.has-children > .thumb:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f138";
}
li.has-children.expanded > .thumb:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f13a";
}
li.collapsed > ol.bonsai {
    height: 0;
    overflow: hidden;
}
