.civicrm-membership-fix .first_name-section .content,
.civicrm-membership-fix .last_name-section .content {
  border: 1px solid #aaa;
  background: #eee;
  width: 25em;
  font-size: 11px;
  padding: 1px 2px;
  color: #666;
}

#civicrm-membership-fix {
  display: none;
}

#civicrm-membership-fix a {
  color: rgb(2, 113, 143);
}

#civicrm-membership-fix a:hover {
  color: rgb(247, 144, 33);
}