thead.print_only {
  display:none;
}
tbody.print_never {
  display:table-row-group;
}

@media print {
  thead.print_only {display:table-header-group;}
  tbody.print_never {display:none;}
}

tr.status_I {
	background: #d0d0d0;
}

table.skutable .sectionTitle {
  background: #eeeeee;
  padding:0px;
}

.skutable tr th {
    position: sticky;
    top: 0;
    background: #bbbbbb;    
    border:0px;
}

table.listdisplaytable {
  border-collapse: collapse;
  border-left:0px none;
}

table.listdisplaytable td {
  border-bottom: 1px solid; 
}

table.listdisplaytable td:first-child {  
  border-left: 1px solid;
}

.listdisplayTable tr th {
	position: sticky;
	top: 0;
	background: #eeeeee;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	border:0px #eeeeee;
	border-style:none;
}

.listdisplayTable tr:hover {
    background-color: #C8CAD6 !important;
    border: 1px solid;
    border-color: #505050;
}

.listdisplayTable tr.header {
	border-style:none !important;
}