.wrapper {
  width: 96%;
  position: relative;
  border: 1px solid #b3bead;
  border-bottom: none;
  overflow: hidden;
  border-radius: 3px;
  margin-left: 2%;
  background-color: wheat;
}
.box {
  border: 1px solid #000;
}
.container {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 500px;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.tireListTab td {
  height: 25px;
  border-bottom: 1px solid gray;
  font: 12px Tahoma;
}
.tireDataList:hover {
  border: 1px solid gray;
  filter: brightness(85%);
}
.lbl {
  font: bold 12px Arial;
  color: black;
}
thead tr th,
tfoot tr td {
  height: 0;
  line-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
thead tr th div,
tfoot tr td div {
  position: absolute;
  padding: 2px;
  margin-left: -2px;
  line-height: normal;
  width: 100%;
  z-index: 2;
  text-align: left;
  //font-weight: bold;
  font-weight: normal;
}
thead tr th div {
  top: 0;
}
tfoot tr td div {
  bottom: 0;
}
