
.tablesorter .tablesorter-filter {
  width: 100%;
  border: 1px solid #ccc;
}
/* .tablesorter .tablesorter-filter-row td:nth-child(1) .tablesorter-filter {
  max-width:2em;
}
 */

.wrapper .tablesorter td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 10px;
}

/*
.tablesorter-blue .tablesorter-headerAsc {
  background-color: #9fbfdf;
  background-image: url(images/sort_az.webp);
}
.tablesorter-blue .tablesorter-headerDesc {
  background-color: #8cb3d9;
  background-image: url(images/sort_za.webp);
}
*/



















