.tablesorter-scroller-bar-spacer {
    background: #eee;
}
/* add border to right side (LTR pages) of fixed column */
.using-blue-theme .tablesorter-scroller-fixed:after {
    content: '';
    border-right: 1px solid #444;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    /* set to zero for non-jquery ui themes; use "left" here for RTL pages */
    right: 0;
    /* match the margins set to the table to keep the border the same height as the table */
    margin: 10px 0 15px;
}

/* using-x-theme added by the demo code */
.using-blue-theme .tablesorter-scroller-fixed:after {
    /* use "left" here for RTL pages */
    right: 0;
}
.using-blue-theme .tablesorter-scroller-fixed:after,
.using-green-theme .tablesorter-scroller-fixed:after,
.using-black-ice-theme .tablesorter-scroller-fixed:after,
.using-dark-theme .tablesorter-scroller-fixed:after,
.using-dropbox-theme .tablesorter-scroller-fixed:after {
    /* match the margins set to the table to keep the border the same height as the table */
    margin: 0;
}

#myTable tbody  .manual{
    /*white-space: nowrap;*/
    /*background-color:yellowgreen;*/
}
/* OPTIONAL CSS! */
.tablesorter tbody td {
    /* force "Notes" column to not wrap, so we get a horizontal scrolling demo! */
    white-space: nowrap;
    /* Add min column width, or "Index" column filter gets too narrow to use */
    min-width: 60px;
    font-size: .9rem;
}
.tablesorter tbody td .card{
    padding-left: 5%;

}
.grid .grid-body {
    /*padding: 15px 20px 15px 20px;*/
    font-size: 0.9em;
    /*line-height: 1.9em;*/
}
.search-results-anchor{
    line-height: 1.9em;
}
#resultsTable tr th{
    font-size: 1rem;
    white-space:nowrap;
}
.tablesorter-scroller.tablesorter-scroller-has-fixed-columns > .tablesorter-scroller-table{
    scrollbar-color: blue #ffff;
}
.tablesorter tr th{
    /*background-color: #e9ecef;*/
    /*background-color: whitesmoke;*/
    padding-top:20px;
    border:1px solid #e9ecef
}
/*.search table tr:hover {*/
/*    cursor: pointer;*/
/*}*/
