

div {
	
  display: inline-block;
  
  padding: 0px;
  
  overflow: auto
  
}

table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  
}


table {
  border-collapse: collapse;
  
}

th {
  background-color: #FFFFFF;
  
}

th,
td {
  
  
}

table tr {
  
}

table tr:nth-child(odd) {
  