.page-info {
  display: block;
  max-width: 50rem;
  width: auto;
  margin: 2.5rem auto 5rem;
}
.page-info__table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  font-size: 1rem;
  border-top-style: solid;
  border-top-width: 0.0625rem;
  border-top-color: #b3b3b3;
}
.page-info__table-tbody-tr {
  background-color: #fff;
}
.page-info__table-tbody-tr-th, .page-info__table-tbody-tr-td {
  padding: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: #b3b3b3;
}
.page-info__table-tbody-tr-th {
  width: 12.5rem;
  background-color: hsla(var(--tones-m-h),var(--tones-m-s),calc(100% - var(--tones-m-t) * 20),var(--tones-m-a));
}
.page-info__table-tbody-tr-td {
  text-align: left;
}
.page-info__table-tbody-tr-td-mark {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}
/*# sourceMappingURL=./style.css.map */