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 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;
}
#table04 table.edtable td:first-of-type {
  width: 25%;
}
figure.table {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#figure01 img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
  width: 100%;
  max-width: 1430px;
}
#figure02 img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
  width: 100%;
  max-width: 830px;
}
#figure03 img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
  width: 100%;
  max-width: 1385px;
}
#figure04 img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
  width: 100%;
  max-width: 1400px;
}
/*
div.textbox {
    border: thin @c_edmidgreen solid;
    padding: 2 * @s_margin;
    blockquote {
        color: black;
        background-color: white;
        margin-top: 0;
        margin-bottom: 0;
    }
}
    */
#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;
  }
}
