/*

██╗   ██╗██████╗  ██████╗
██║   ██║██╔══██╗██╔════╝
██║   ██║██████╔╝██║
██║   ██║██╔══██╗██║
╚██████╔╝██████╔╝╚██████╗
 ╚═════╝ ╚═════╝  ╚═════╝

*/

/* Hiding the "Send Notification" feature for announcements */
#add_notification_form label[for="account_notification_send_message"] {
  display: none;
}

label[for^="account_notification_send_message_"] {
    display: none !important;
}

/* Hiding Instructure's Social Media Links from Dashboard footer */
#footer-links a[href="http://facebook.com/instructure"] {
    display: none;
  }
  
  #footer-links a[href="http://twitter.com/instructure"] {
    display: none;
  }