.sections-tree {
	padding:10px 0;
	position:relative;
}
.section-tree, .section-tree ul {
    margin:0;
    padding:0;
    list-style:none;
}
.section-tree ul {
    margin-left:2px;
    position:relative
}
.section-tree ul ul {
    margin-left:2px;
}
.section-tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid;
}
.section-tree li {
    margin:0;
    padding:5px 1em;
    line-height:1em;
	color:#ddd;
    position:relative;
}
.section-tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0;
}
.section-tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0;
}
.indicator {
	width:12px;
    margin-right:2px;
	line-height:1em;
}
#sections-tree.section-tree li a {
	display:inline-block;
	max-width:190px;
	white-space: nowrap;
	text-overflow: ellipsis;
    text-decoration: none;
	overflow: hidden;
}
#sections-search.section-tree li a{
	line-height:1.5em;
}
.section-tree li a:hover{
	color:#a94442;
}
.section-tree li button, .section-tree li button:active, .section-tree li button:focus {
    text-decoration: none;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.section-tree li.search-r{
	border-bottom:1px dotted #ddd;
}
.section-tree li.search-r:last-child{
	border:none;
}

.section-tree li.search-r span{
	font-weight:bold;
}

@media screen and (max-width: 480px) { 
	.section-tree li.search-r{
		font-size: 11px;		
		padding-top:1px;
		padding-bottom:1px;
	}
	.section-tree li.search-r:last-child{
		border:none;
		margin-bottom:0;
	}
	.section-tree li.search-r:first-child{
		margin-top:0;
	}
}