h1 {
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
}

img {
  width: 100%;
  /* padding-left: 30px; */
}

h2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.div {
  border: 1px solid #cecece;
  padding: 5px;
  border-top: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  font-family:
    "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
    Arial, sans-serif;
  background-color: black;
  color: white;
}
li {
  line-height: 25px;
  border-bottom: 1px solid #d4d2d2;
}
td {
  border: 1px solid #bdbdbd;
  padding: 5px;
}

.product {
  margin: 30px;
  padding: 10px;
}


tr:nth-child(odd) {
  background-color: #f2f2f2;
}
