div.plugin_pagetree div.error {
    padding-left: 15px;
}

div.plugin_pagetree ul.plugin_pagetree_children_list_noleftspace {
    margin-left: 0;
    padding-left: 0;
}

div.plugin_pagetree ul.plugin_pagetree_children_list {
    list-style-type: none;
}

div.plugin_pagetree ul.plugin_pagetree_children_list li {
    clear: left;
    overflow: hidden;
    width: 100%;
}

div.plugin_pagetree ul.plugin_pagetree_children_list li .plugin_pagetree_children_content {
    float: left;
    width: 85%;
}

div.plugin_pagetree ul.plugin_pagetree_children_list li .plugin_pagetree_childtoggle_container {
    float: left;
    width: 15px;
}
