/* WP Admin Bar */
#wp-admin-bar-comments,
#wp-admin-bar-customize,
#wp-admin-bar-edit,

/* WP Menu */
#menu-posts,

/* Dashboard */
.role-editor label[for=dashboard_quick_press-hide],
.role-editor #dashboard_quick_press,
.role-editor label[for=dashboard_primary-hide],
.role-editor #dashboard_primary,

/* Posts & Landing */
.role-editor.post-type-post #adv-settings fieldset.metabox-prefs label:nth-of-type(1),
.role-editor.post-type-page #adv-settings fieldset.metabox-prefs label:nth-of-type(1),
.role-editor .wp-list-table .column-author,
.role-editor.post-type-post #adv-settings fieldset.metabox-prefs label:nth-of-type(3),
.role-editor.post-type-page #adv-settings fieldset.metabox-prefs label:nth-of-type(2),
.role-editor .wp-list-table .column-comments,
.role-editor.post-type-page .wp-list-table .column-date,
.role-editor.post-type-page #adv-settings fieldset.metabox-prefs label:nth-of-type(3),

/* Page Editor */
.role-editor #pageparentdiv,
.role-editor label[for=pageparentdiv-hide] {
    display: none !important;
}