

.tb1 {
  display: grid;
 /* max-height: 80vh;
  height: 40vh;
  overflow-y: auto;
  overflow-x: auto;
*/
}
/* 
.tb2 {
 height: 40%;

  overflow-y: auto;

}
  */




.divtable {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
/*  overflow-y:auto;
  overflow-x:auto;
*/
}

.th01 {
  padding: .7em;
  text-align: left;
  background-color: #2755fa;
  color: white;
  border: .5px solid #194414;
}

.td01 {
  padding: .7em;
  text-align: left;
  background-color: #bbdafbce;
  color: rgb(0, 0, 0);
}



.tdl1 {
  text-align: right;
}

.tdl2 {
  text-align: center;
}

th:hover {
  cursor: pointer;
}

.hover01 {
  cursor: pointer;
}

.show-unsorted-icon {
  content: "♢";
  color: white;
  font-size: 100%;
}

th {
  top: 0;
  position: sticky;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(59, 59, 251, 0.678);
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: rgb(64, 64, 243);
  cursor: pointer;
}



td:nth-child(1) {
  width: 5px;
}

.tdh {
  display:none;
  }
  
