/*
Project: 16-17_1.44
Author: Richy Thomas
Pallette: Peach: rgba(216,116,104,1); Teal: rgba(0,101,117,1); Green: rgba(90,198,162,1);
*/

.table>tbody>tr>td {
  background: transparent;
}

.table>tbody>tr>td.active {
  background: rgba(216,116,104,1);
  color: #FFF;
  cursor: pointer;
}

.table>tbody>tr>td.active:hover {
  background: rgba(90,198,162,1);
  color: #FFF;
}

.table>thead>tr>th, .table>tbody>tr>td {
  font-size: 13px;
}

[data-audio].playing {
  color: #FFF;
}

[data-audio]:after {
   float: right;
}


/* Tablet */
@media(min-width: 768px){


}


/* Desktop */
@media(min-width:992px){

  .table>thead>tr>th, .table>tbody>tr>td {
    font-size: 16px;
}


}


/* Large Desktop */
@media(min-width:1200px){


}


/* Print */
@media print {


}

