/* TABLE SORTING */
@media (min-width: 768px) {
  thead th {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/ascdesc.gif);
  }
  thead th.up {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/asc.gif);
  }
  thead th.down {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/desc.gif);
  }
}
