#page .sec-content .wp-block-table {
  margin-bottom: 30px;
}
#page .sec-content .wp-block-table th,
#page .sec-content .wp-block-table td {
  padding: .5em;
}
#page .sec-content .wp-block-table th {
  width: 20%;
  min-width: 7em;
  background: #f7f7f7;
}
#page .sec-content a {
  color: var(--c-sub);
  text-decoration: underline;
}