/*hiding firs element of the admin menu which is the same as the top level entry*/
#adminmenu .wp-has-submenu.toplevel_page_ph_easy2sched-t-dashboard ul.wp-submenu-wrap > li.wp-first-item {
    display: none;
}

#adminmenu .wp-has-submenu.toplevel_page_ph_easy2sched-t-platform ul.wp-submenu-wrap > li.wp-first-item {
    display: none;
}

#adminmenu .wp-has-submenu.toplevel_page_ph_easy2sched-s-dashboard ul.wp-submenu-wrap > li.wp-first-item {
    display: none;
}

.plugin-action-link {
    font-weight: bold;
    color: green;
}