div.fill98
{
  height:95vh;
}

BODY {
  background: #f3e0bd80
}

BUTTON,button 
{
  border: 1px;
  border-style:solid;
  border-radius: 10px;
  background: #04AA6D20;
  width: 140px;
  height: 20px;
}

IMG.small {
  height: 25px;
}

TABLE.noborder, TD.noborder, TH.noborder
{
  border: 0px solid;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 14px;
}

TABLE.borderdots, TR.borderdots, TD.borderdots, TH.borderdots
{
  border-style: dotted;
  border-width: 1px;
  border-collapse: collapse;
  font-size: 14px;
}

tr.bottom {
  border-bottom: 1px solid black;
}

tr.absent {
  background-color: #8c00ff60;
}

tr.zebra:nth-child(even) {
  background-color: #e8e8e8;
}

th.vert,td.vert {
  writing-mode: vertical-lr;
  text-orientation: sideways;
}

td.colselect {
  background-color: #00cccc80;
  font-size: 16px;
}

td.courier {
  font-family:'Courier New';
}

.wrapper {
  width: 320px;
  height: 200px;
  overflow: auto;
  position: relative;
}

xtable {
  table-layout: fixed;
}

tr.sticky0 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffffff;
}

tr.sticky1 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  background-color: #ffffffff;
}


tr.sticky2 {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background-color: #ffffffff;
}

thead {
  top: 0;
  z-index: 2;
}

xtr,xth {
  left: 0;
  z-index: 1;
}
thead tr>th:first-child {
  z-index: 3;
}
