div.panel {
  overflow: visible;
}
table.edtable tr:nth-of-type(2n) td {
  background-color: white;
}
#maincontent article > header div.title {
  max-width: 80%;
}
blockquote {
  font-style: normal;
}
blockquote em {
  font-style: italic;
}
div.panel figure.thumbnail img {
  border: none;
}
figure#figure01 img {
  max-width: 1448px;
  width: 90%;
}
figure#figure02 img {
  max-width: 1600px;
  width: 90%;
}
figure#figure03 img {
  max-width: 814px;
  width: 75%;
}
#ef_popup_content > div.bio {
  border: none;
  padding-bottom: 10px;
}
div.bio figure.thumbnail {
  width: 200px;
  margin-bottom: 5px;
}
div.bio figure.thumbnail img {
  width: 200px;
  height: 200px;
}
@media print {
  div.reference {
    page-break-inside: avoid;
    orphans: 5;
    widows: 5;
  }
  div.htmlfigure {
    width: 100%;
  }
  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%;
  }
  div.bio figure.thumbnail {
    width: 180px;
    margin-bottom: 5px;
  }
  div.bio figure.thumbnail img {
    width: 180px;
    height: 180px;
  }
}
