/*************************************************
 * "UNSUBSCRIBE FROM THIS LIST" PAGE STYLES
 *************************************************/

/* Hide the unsubscribe checkbox and its label */
.unsub-form input[name="blocklist"],
.unsub-form label[for="privacy-blocklist"] {
  display: none;
}

/* Hide the "Manage preferences" link */
.unsub-form a[href*="manage"] {
  display: none;
}


/*************************************************
 * "MANAGE YOUR PREFERENCES" PAGE STYLES
 *************************************************/

/* Hide the Name label (it's the first label inside the form's div) */
.manage-form > div > label:first-of-type {
  display: none;
}

/* Hide the Name input */
.manage-form input[name="name"] {
  display: none;
}

/* Hide the two <br> tags (and any others) */
.manage-form br {
  display: none;
}

/* Hide the "Uncheck lists..." heading and the subscription list */
.manage-form h3,
.manage-form ul.lists {
  display: none;
}
