.s-content {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 701px) {
  .s-content {
    margin-bottom: 60px;
  }
}

.p-table, .p-table--white-border {
  min-width: 600px;
}
.p-table th, .p-table--white-border th {
  font-size: 0.75rem;
}
.p-table td, .p-table--white-border td {
  font-size: 0.875rem;
}
.p-table p:first-child, .p-table--white-border p:first-child {
  margin-top: 0;
}
.p-table p:last-child, .p-table--white-border p:last-child {
  margin-bottom: 0;
}

.p-entry-content .s-target-name {
  margin: 0;
  color: #003380;
  font-weight: bold;
}
.p-entry-content .s-target-pref {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding: 5px 8px;
  color: #003380;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  background: #fff;
  border: 2px solid;
  border-radius: 100px;
}
@media print, screen and (min-width: 701px) {
  .p-entry-content .s-target-pref {
    padding: 5px 13px;
  }
}