/* Hide the view, edit, and add icons next to foreign key dropdowns */
.view-related { display: none !important; }    /* Eye icon */
.change-related { display: none !important; }  /* Pen icon */
.add-related { display: none !important; }     /* Plus icon */

/* Or hide all related widget links at once */
.related-widget-wrapper-link { display: none !important; }

/* Hide the timezone warning */
.messagelist .warning,
.timezonewarning {
    display: none !important;
}
