.broadcast table tr:nth-child(-n+20) {
  display: none;
}

.broadcast table tr:nth-child(n+31) {
  display: none;
}