table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

table th, table td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

table th {
  background-color: #f2f2f2;
  color: #000;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}
td img {
  max-width: 100%;
  height: auto;
}
