div.panel {
  overflow: visible;
}
#maincontent article > header div.title {
  max-width: 80%;
}
#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: 206px;
}
@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%;
  }
}
