div.panel {
  overflow: visible;
}

table.edtable tr:nth-of-type(2n) td {
  background-color: white;
}

#table01 tbody {
  th {
    text-align: left;
    vertical-align: baseline;
    font-weight: normal;
  }

  td {
    font-size: 80%;
  }
}

#figure01,
#figure02 {
  img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    display: block;
    max-width: 720px;
  }
}
 #figure03 img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    display: block;
    max-width: 1306px;
 }

/* #figure01 img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  display: block;
  max-height: 400px;
}
div.textbox {
  border: thin #C0CCA9 solid;
  padding: 10px;
}
div.textbox 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;
  margin-bottom: 5px;
}

div.bio figure.thumbnail img {
  width: 140px;
  height: 175px;
  border: none;
}

#maincontent article>header div.title {
  max-width: 90%;
}

h3,
h4,
h5 {
  break-after: avoid;
}

section {
    clear: both;
}

@media print {
  div.reference {
    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%;
  }
}