table {
  margin: 0;
  padding: 0;
  width: 100%;
}
table caption {
  font-size: 1.5em;
}
table td,
table th {
  padding: 0.025em;
}
table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  table caption {
    font-size: 1.3em;
  }
  table thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: 0.125em;
  }
  table td {
    text-align: left;
    display: block;
    font-size: 1em;
    width: 100%;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
