/* Removes Tell a Friend link from event pages */
.neoncrm-event-actions li:nth-child(2) {
display: none;
}
/* Removes Tell a Friend link from event pages */
.neoncrm-event-actions li:nth-child(1) {
display: none;
}
