.fixedHeader {
  display: none !important;
}

table.list-table {
  border-collapse: collapse !important;
  border-top: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
  border-width: 1px 1px 1px 1px !important;
}

table.list-table th, table.list-table td {
  border-top: 1px solid #eee !important;
  border-left: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
  border-width: 1px 1px 1px 1px !important;
}

table.list-table tr.tblrow-gray td.sortcol-gray {
  background: #F3F9DA !important;
}

table.list-table thead, table.list-table tr, table.list-table th, table.list-table td {
  height: 1em !important;
  overflow: hidden;
}

tr.tblrow-yellow {
  background-color: #eeeeee !important;
}
