/* This is a local copy I created - lt */
/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
    display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}

.tablesorter {
    width: auto;
}
.tablesorter .tablesorter-filter {
    width: 60px;
}

.wrapper {
  position: relative;
  padding: 0 5px;
  height: 600px;
  overflow-y: auto;
}
