/* hide "grading method: highest Grade" on quiz */
.box.quizinfo p {display: none;}

/* Add course back for guests that are hidden as my courses for non admin users */
.block-region .region-content .block_navigation.block .content .block_tree.list .type_unknown.depth_1.contains_branch .type_system.depth_2.collapsed.contains_branch .tree_item.branch#expandable_branch_1 { height:18px !important; display: block !important; }

/* hide partcipants */
.block-region .region-content .block_navigation.block .content .block_tree.list .type_unknown.depth_1.contains_branch .type_system.depth_2.contains_branch .type_course.depth_3.contains_branch .type_unknown.depth_4.item_with_icon p {display: none; height:0;}
