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

.treeview ul {
list-style: none;
margin:0px auto 50px auto;
padding: 1%;
background:#EEE;
}

.treeview ul li ul {
box-shadow: 0px 0px 1px #CCC;
margin:0px auto 50px auto;
background:#FFF;
padding: 10px 10px 10px 15px;
}

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

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