div.panel {
  overflow: visible;
}
div.panel ul li,
div.panel ol li {
  line-height: 140%;
}
table.edtable {
  width: 100%;
}
table.edtable tr:nth-of-type(2n) td {
  background-color: white;
}
table.edtable th,
table.edtable td,
table.edtable td p,
table.edtable td li {
  font-size: 90%;
  vertical-align: baseline;
}
table.edtable th.subhead {
  background-color: #ecf2df;
  text-align: left;
}
table.edtable td > ul,
table.edtable td > ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.2em;
}
table.edtable thead th {
  height: auto;
}
table.edtable tbody th {
  background-color: #ecf2df;
}
table.edtable td.sstype {
  font-style: italic;
}
table.edtable td.sslink {
  color: #009d9d;
}
table.edtable tbody th {
  background-color: white;
  border: thin #C0CCA9 solid;
  width: 8em;
  text-align: left;
}
table.edtable th,
table.edtable td,
table.edtable li {
  font-family: sans-serif;
  line-height: normal;
}
table.edtable th p,
table.edtable td p,
table.edtable li p {
  margin-top: 0;
  margin-bottom: 0;
}
table.edtable ul {
  list-style: "– ";
}
table.edtable.table01_table td:first-of-type {
  width: 30%;
  font-weight: bold;
}
figure.table {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
div.panel .thumbnail img {
  border: none;
}
/*
div.textbox {
    border: thin @c_edmidgreen solid;
    padding: 2 * @s_margin;
    blockquote {
        color: black;
        background-color: white;
        margin-top: 0;
        margin-bottom: 0;
    }
}
    */
div.gpteg p.original {
  text-align: right;
  margin-bottom: 5px;
}
div.gpteg p,
div.gpteg li,
div.gpteg h4,
div.gpteg h5 {
  font-size: 80%;
  font-family: sans-serif;
}
div.gpteg ul {
  margin: 0;
}
div.gpteg h4 {
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 5px;
}
div.gpteg h5 {
  font-style: normal;
  font-weight: bold;
}
div.gpteg p {
  margin-top: 5px;
  margin-bottom: 0;
}
div.gptprompt {
  margin-left: 2em;
  border: thin #C0CCA9 solid;
  padding: 0.1em 0.5em 0.1em 0.5em;
}
div.gptresult {
  margin-left: 2em;
  margin-top: 0.2em;
}
#ef_popup_content > div.bio {
  border: none;
  padding-bottom: 15px;
}
div.bio figure.thumbnail {
  width: 140px;
  height: 175px;
  margin-bottom: 5px;
}
div.bio figure.thumbnail img {
  width: 140px;
  height: 175px;
}
div.bio::after {
  content: "";
  display: block;
  clear: both;
  break-inside: avoid;
  page-break-inside: avoid;
}
div.twocol {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  gap: 5px;
  border: thin #C0CCA9 solid;
  margin-bottom: 10px;
}
div.twocol .col {
  flex: 2 300px;
}
#maincontent article > header div.title {
  max-width: 90%;
}
h3,
h4,
h5 {
  page-break-after: avoid;
}
@media print {
  div.reference {
    page-break-inside: avoid;
    orphans: 5;
    widows: 5;
  }
}
