/* Optional: Add some spacing to the tree */
#tree {
    margin: 20px 0;
}

#tree ul {
    list-style: none;
}

#tree a {
    text-decoration: none;
}
