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  img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    display: block;
    max-width: 1400px;
}

 #figure02 img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    display: block;
    max-width: 1400px;
 }


#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;
}

div.endspace {
  display: none;
}

@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%;
  }
  div.bio::after {
      content:"";
      display:block;
      clear:both;
      break-inside: avoid;
      page-break-inside: avoid;
  }

  /* div.endspace {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
  } */
}