main > section:nth-of-type(1) a[href="/sample-record"],
main > section:nth-of-type(1) a[href="sample-record.html"] {
  display: none !important;
}

main > section:nth-of-type(3),
main > section:nth-of-type(4),
main > section:nth-of-type(5),
main > section:nth-of-type(6),
main > section:nth-of-type(7) {
  display: none !important;
}
