.table>tbody>tr>td {
  background: transparent;
}

.table>tbody>tr>td {
  background: rgba(216,116,104,1);
  color: #FFF;
  cursor: pointer;
}

.table>tbody>tr>td:hover {
  background: rgba(90,198,162,1);
  color: #FFF;
}

[data-audio]:after {
   float: right;
}

[data-audio].playing {
  color: #FFF;
}

.table>thead>tr>th span {
	cursor: pointer;
	text-decoration: underline;
}