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

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