.treeview{
padding: 0;
margin: 0px auto;
list-style: none;
}

.treeview ul {
list-style: none;
margin:0px auto 50px auto;
background:rgba(0,0,0,0.1);
border-radius: 6px;
}

.treeview ul li {padding: 0 0 0 15px;}

.treeview ul li ul {
list-style: none;
box-shadow: 0px 0px 1px #000;
margin:0px auto 50px auto;
border-radius: 6px;
background:#FFF;
padding: 0 0 0 15px;
}

.file {padding: 0 0 0 30px;}

#treecontrol {
margin: 1em 0;
display: none;
}

.treeview .hover {
opacity:0.5;
cursor: pointer;
}

#sidebar li{
margin: 25px auto;
}
