a.history-footer-link {
  display: none;
}

/* Show only the first 5 date entries */
.incidents-list > div:nth-child(n+6) {
  display: none;
}