/* Hide 'Drop this Course' button from course sidebar */
#right-side .self_unenrollment_link {
  display: none !important;
}
