.foot, .sidebar, .topbar, .stat, .modal, .head, .xls, .stat .scr {
  display: none;
}

.prt {
  display:block;
}
.print {
  display:flex;
  margin-left: 10px;
}
.print img {
  margin-right: 20px;
  height: 48px;
  width:50px;
}
.print h3 {
  margin-top: 0;
}
.main {
  margin-left:0;
}
/* For tables */
.tableFixHead {
  padding:0.01em 4px;
  width:100%;
  display: block;
  font-size: 12px;
  line-height: 1.2rem;
}

.tableFixHead table {
  border-collapse: collapse; width: 100%;
  display: table;
}

.tableFixHead tbody tr:nth-child(odd){background-color:#fff}
.tableFixHead tbody tr:nth-child(even){background-color:aliceblue}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  padding-right: 1rem!important;
  background-color: white;
  text-align: center;
  padding-bottom: 0px;
  border-bottom: none;
}
.tableFixHead th,td  {
  padding:2px 2px;
  border: 2px solid darkgray;
}
.tableFixHead .lbl { 
  font-size: 8px;
}
.tableFixHead .lbl th { 
  padding: 2px 2px;
  border: 2px solid darkgray;
  border-top: none;
  line-height: 1em!important;
}
.tableFixHead .col {
  border: 1px solid darkgray;
  border-bottom: none;
}
.tableFixHead .col th { 
  padding-bottom: 0px;
  border-bottom: none;
}
