ul.list-group.bonsai	{
	margin-bottom:1em;
}
.bonsai, .bonsai li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	vertical-align:middle;
	font-family:"Roboto Condensed", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:16px;
	font-weight:300;
}
.list-group.bonsai	{margin-bottom:20px;}

.bonsai li a		{color:#036;}
.bonsai li a:hover, .bonsai li.active >a	{color:#930;}

ul.bonsai > li.list-group-item {
	margin-bottom:-1px;
	padding:10px 5px 10px 20px;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	background-color:rgba(0,0,0,.01); 
	border-color:#cde;
}
ul.bonsai > li.list-group-item:last-child {
  margin-bottom:0;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}
ul.bonsai > li.list-group-item:hover	{background-color:rgba(0,0,0,.02);}

.bonsai li {
	position:relative;
	padding-left:1.3em;
	padding-top:.2em;
	padding-bottom:.2em;
	line-height:1.2;
}
li .thumb {
	position:absolute;
	cursor:pointer;
	margin:1px 0 0 -.7em;
	color:#036;
	font-family:icons;
    font-size:18px;
}
li.has-children > .thumb:hover	{
	color:#930;
}
li.has-children > .thumb:after {
	content:'\e80c';
/*	content: '▸'; */
}
li.has-children.expanded > .thumb:after {
	color:#930;
	content:'\e80a';
/*	content: '▾'; */
}
li.collapsed > ol.bonsai {
	height:0;
	overflow: hidden;
}
.bonsai .all, .bonsai .none {
	cursor:pointer;
}

