div.panel {
  overflow: visible;
}
table.edtable tr:nth-of-type(2n) td {
  background-color: white;
}
#table01 table.edtable th,
#table01 table.edtable td {
  font-size: 80%;
}
#table01 table.edtable td {
  vertical-align: top;
}
#table01 table.edtable tbody th[colspan] {
  text-align: center;
}
figure#figure01_popup img,
figure#figure02_popup img,
figure#figure03_popup img {
  border: none;
}
figure#figure01 div.columns,
div#ef_popup_content div.columns {
  column-count: 2;
  column-rule: thin black solid;
  border: thin black solid;
  border-collapse: collapse;
}
figure#figure01 div.columns div,
div#ef_popup_content div.columns div {
  break-inside: avoid;
  padding: 5px;
  margin: 0;
}
figure#figure01 div.columns div h5,
div#ef_popup_content div.columns div h5 {
  font-style: normal;
  font-weight: bold;
  font-family: serif;
  font-size: 80%;
}
figure#figure01 div.columns div p,
div#ef_popup_content div.columns div p {
  font-family: serif;
  font-size: 80%;
  margin: 0;
}
#figure02 img,
#figure03 img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
  width: 100%;
  max-width: 1000px;
}
#figure04 img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
  width: 100%;
  max-width: 400px;
}
#ef_popup_content > div.bio {
  border: none;
  padding-bottom: 15px;
}
div.bio figure.thumbnail {
  width: 200px;
  height: 206px;
  margin-bottom: 5px;
}
div.bio figure.thumbnail img {
  width: 200px;
  height: 206px;
}
@media print {
  div.reference {
    page-break-inside: avoid;
    orphans: 5;
    widows: 5;
  }
  figure {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 80%;
  }
  figure table.edtable {
    width: 100%;
  }
  figure table.edtable th,
  figure table.edtable td {
    font-size: 80%;
  }
  figure#figure01 img {
    max-width: 80%;
  }
  figure#figure02 img {
    max-width: 50%;
  }
}
