.pagetitle {
  color: rgba(0, 0, 0, 0.737);
  border: 3px inset #fff;
  border-radius: 10px;
  background-image: linear-gradient(to right, pink, #e6e6fa);
  margin-bottom: 0;
  padding: 12px;
}
.content {
  background-color: transparent;
  margin: 0;
}
table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
}
td,
th {
  cursor: default;
  width: 150px;
  border-radius: 0;
  padding: 5px;
  text-align: center;
  border: 2px solid #3d3a3a;
}
th {
  height: 20px;
  background: radial-gradient(circle, #add8e6, #afeeee);
}
td {
  height: 70px;
}
td:nth-child(2) {
  width: 250px;
}
tbody > tr > td > img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .pagetitle {
    font-size: 20px;
  }
  td:nth-child(2) {
    width: 100%;
  }
  thead {
    display: none;
  }
  td,
  th {
    display: block;
    width: 100%;
  }
  th {
    height: 100%;
  }
  td {
    height: 100%;
  }
  tbody > tr > td > img {
    width: 40%;
  }
}
