.tbl-container {
  margin-top:30px;
  display: flex;
  flex-direction: column;
  min-width: 385px;

}

.tbl-container h2 {
  color:black;
  line-height: .5;
  margin-bottom: 0;
  font-size:30px;
  text-align: center;
}

.tbl-container h4 {
  color:black;
  line-height: 0;
  text-align: center;
}
#TxDataTable {
  color:black;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

th {
  line-height: 1;
  color: #000000;
  text-shadow: rgba(0, 0, 0, 0.34) 2px 2px 2px;
}

td {
  border-radius: 6px;
  border: solid #000000 1px;
  font-weight: bold;
  padding:  2px 15px;
  background-color: white;
}

.weth-jpg {
  width: 8px;
}


