/* Hide %complete column from course table */

#courseSingleTable thead tr th:nth-child(5), #courseSingleTable tbody tr td:nth-child(5) {display: none;}
#userSingleCourseProgressSummaryTable thead tr th:nth-child(2), #userSingleCourseProgressSummaryTable tbody tr td:nth-child(2){display: none;}
ul#userSingleCourseProgressMenu li#menuLessons, ul#userSingleCourseProgressMenu li#menuTopics{display: none;}
#userSingleCourseLessonsContainer, #userSingleCourseTopicsContainer{display: none !important;}
#userSingleCourseQuizzesContainer.active {display: block !important;}

/*#userSingleCourseQuizzesContainer{display: block !important;}*/

#coursesOverviewTable thead tr th:nth-child(8), #coursesOverviewTable tbody tr td:nth-child(8){display: none;}
#userSingleCourseProgressSummaryTable tbody tr td:nth-child(6) {display: none;}