.hoverTable tr:hover {
      background-color: #ffff99;
}

table {
	overflow-x: scroll;
    white-space: nowrap;
}

div {
  display: inline-block;
  height: 150px;
  overflow: auto
}

table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color:#4D0000;
  color:#FFFFFF;
}
