.article-table td {
  border-bottom: 1pt solid black;
}

.article-table th {
  border-top: 1pt solid black;
  border-bottom: 1pt solid black;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
}

footer .logo-wrapper {
  background-color: black;
  color: white;
}

footer p, footer a {
  color: white;
}

footer {
  background-color: black;
}

footer ul li a {
  color: white;
}

footer ul li a:hover {
  color: white;
  text-decoration: underline;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

.main-footer {
  height: auto;
}

.boxed-text {
  padding: 10px 10px 10px 10px;
  background-color: #f0f0f0;
}

code,
kbd,
pre,
samp {
  font-family: Arial, sans-serif; }

.summary .bottom {
  background-color: var(--primary-dark-color);
}

.table-footnotes li {
  list-style-type: none;
}

.fig-caption strong {
  font-weight: normal;
}

.table-wrap {
  overflow-x: unset;
}

.article-table {
  overflow-x: auto;
}

.no-list-type p {
 display: inline list-item 
}

.cookie-banner__inner {
  background-color: lightgrey !important;
}

.cookie-banner__button {
  background: transparent;
  outline: 1px solid currentColor;
}