﻿body {
  width: 100%;
  margin: 0;
  padding: 0;
}
table.maintable {
    width: 100%;
}
.printtitle {
  display: block;
  width: 100%;
}
thead {
  display: table-header-group;
}
.noprint, .logo, .title, #topnav, .usernav, .sorttable_nosort, .inf, .fltrow { 
    display: none; 
}

