.airplay_row {
  line-height: 1.8;
}

.faux_table_header {
  font-weight: bold;
}

.airplay_row div {
  display: inline-block;
}

.airplay_row .station {
  width: 200px;
}

.airplay_row .program {
  width: 210px;
}

@media all and (max-width:900px) {
  .faux_table_header { display: none; }
  .airplay_row { line-height: 1.4; margin-bottom: 12px; }
  .airplay_row .station { display: block; }
  .airplay_row .program {
    width: initial;
  }
  .airplay_row .program::after {
    content: ". ";
  }
}