@charset "utf-8";

#skip,
.d-print-none,
header,
img,
svg,
footer { display: none; }

body {
  font-family: Georgia, Merriweather, Lora, serif;
  line-height: 1.5;
}

a:link,
a:visited { color: black; }

table { border: 1px solid black; }

blockquote,
table,
tr {
  break-inside: avoid;
  page-break-inside: avoid;
}

blockquote + figcaption { margin-left: 40px; }

blockquote + figcaption::before { content: "\2014\2002"; }

th,
td {
  border: 1px solid black;
  padding: .25rem;
  text-align: end;
}

th:first-child,
td:first-child { text-align: start; }

img[class="img-right-md"] {
  display: block;
  float: right;
  margin: 1rem 0 1rem 1rem;
  width: 400px;
  max-width: 400px;
}

.card-value,
.card-text { display: inline; }

.card-value::before { content: "\2003\2022\2002" }

.card-text::before { content: " "; }