TD {
  background-color: #ffffff !important;
}
@media screen and (max-width: 667px) {
  TD {
    background-color: #ffffff;
  }
  TD:hover {
    background-color: #ffffff;
  }
}
