/* Hide Resend Confirmation tab throughout the portal */
a[href*="/groupreg/Confirmation"],
a[href*="/groupregcl/Confirmation"] {
    display: none !important;
}

/* Hide the Status column on Group Details */
#records > .row > div:nth-child(3) {
    display: none !important;
}

/* Hide Import Contacts and Download Template */
a[href*="/Import"],
a[href*="/Import/Template"] {
    display: none !important;
}