/*

 * Table styles

 */

table.dataTable {

  width: 100%;

  margin: 0 auto;

  clear: both;

  border-collapse: separate;

  border-spacing: 0;font-family:Arial, Helvetica, sans-serif; font-size:12px;

}

table.dataTable thead .sorting {

  background:#2b80c0 url("../images/sort_both.png") no-repeat center right;

}

table.dataTable thead .sorting_asc {

  background:#8dbdd8 url("../images/sort_asc.png") no-repeat center right;

}

table.dataTable thead .sorting_desc {

  background:#8dbdd8 url("../images/sort_desc.png") no-repeat center right;

}



table.dataTable th,

table.dataTable td{ border:none;padding:4px 10px;}

table.dataTable td{background:#ccc;}

table.dataTable td:last-child{ text-align:center;}

table.dataTable th{font-size:12px; font-weight:bold; text-align: center; text-transform:inherit;}

table.dataTable thead{color:#fff;}

table.dataTable{ border-spacing: 2px;border-collapse: inherit; border:none; color:#282828;}

#tablesorter_info{ display:none;}

#tablesorter_filter{ float:right; padding-bottom:10px;}

#tablesorter_filter input{ border:1px solid #ccc; width:150px; padding:4px 5px;}

@media (max-width: 760px) {
table.dataTable th{ display:none;} 
table.dataTable td{ display:block;}
table.dataTable td:first-child{ font-weight:bold;}

	}
@media (max-width: 400px) {
	table.dataTable td audio{ width:100%;}
.audio-download{ display:none !important;}
}