/*Place your CSS code here*/

.dashboard-panel {
  display: none !important;

}

/*  hide incorrect Learning Path */
#assignmentsTableReports td:nth-of-type(4), #assignmentsTable td:nth-of-type(4) {
    display:none;
}
/*  hide incorrect total number of assignments */
#assignmentsTableReports .ef-grid-info span:nth-of-type(5), #assignmentsTable .ef-grid-info span:nth-of-type(5)  {
    display:none;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
