.table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table tr:not(:first-of-type) th {
    border-top: none;
  }
}
.table th, .table td {
  padding: 1.25rem 1rem;
  border: 1px solid #000;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table th, .table td {
    display: block;
  }
}
.table th {
  font-weight: normal;
  background-color: #F5F5F3;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .table th {
    width: 100%;
  }
}
.table td {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .table td {
    border-top: none;
  }
}/*# sourceMappingURL=style.css.map */