/* hide Drop Course button for self-enrolled students so that users drop course from Catalog instead -RPS*/
#right-side a.btn.button-sidebar-wide.self_unenrollment_link { display:none; }
