h2 {
  background-color: #fff0f2;
  padding: 5px;
}

thead {
  display: none;
}

td, .table {
  border-style: none;
}

tbody tr:nth-child(even) {
  background-color: #F5F5F5;
}




