.wpDataTableContainerSimpleTable tr:first-child td {
  color: #ffffff;
  font-size: 22px;
}
#wpdtSimpleTable-1 .wpdt-cell > s {
  text-decoration-line: line-through;
  text-decoration-color: red;
}
.wpDataTableContainerSimpleTable tr:last-child td {
  font-size: 20px;
}
@media screen and (max-width: 400px) {
  .wpDataTableContainerSimpleTable tr:first-child td {
    font-size: 18px;
  }
  .wpDataTableContainerSimpleTable tr:last-child td {
    font-size: 14px;
  }
}
