table {
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  background: #eee;
  position: sticky;
  top: 0;
}
img {
  width: 160px;
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
}
a {
	color:#000;
	font-size:80%;}
.price { color:#fe0000;}
.price span{
	font-size:18px;
	font-weight:bold;}
@media(max-width: 500px) {
  .heading {
    display: none;
  }
  td {
    display: block;
  }
  td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }
  .hm-name {
    background: #eee;
  }
}

h1 {
  text-align: center;
  font-size: 1.5rem;
  font-family: 'El Messiri', sans-serif;
}
