/* Hide entry actions button on the share page (many IDs and !important - to override core styles) */
body.mediasharepage #wrap #entry-nav #entryActions {
    display: none !important;
}
