div.panel {
  overflow: visible;
}
table.edtable tr:nth-of-type(2n) td {
  background-color: white;
}
#ef_popup_content > div.htmlfigure {
  border: none;
  padding-bottom: 10px;
}
#maincontent article > header div.title {
  max-width: 80%;
}
table.edtable th,
table.edtable td {
  font-size: 80%;
}
table.edtable td {
  vertical-align: top;
}
table.edtable tbody th[colspan] {
  text-align: center;
}
table.edtable td {
  width: 25%;
}
table.edtable td ul,
table.edtable td ol {
  padding-left: 1em;
}
table.edtable td ul li,
table.edtable td ol li {
  margin: 0 0 5px 0;
}
table.edtable td ul {
  margin-left: 5px;
}
blockquote {
  font-style: normal;
}
blockquote em {
  font-style: italic;
}
div.htmlfigure {
  font-family: sans-serif;
  background-color: #f0f0f0;
  display: block;
  margin-top: 5px;
  padding: 10px;
  width: 80%;
}
div.htmlfigure span.red {
  color: darkred;
}
div.htmlfigure h5 {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 140%;
  margin: 0;
  text-align: center;
  color: #3d9a92;
}
div.htmlfigure ul {
  margin: 0;
  padding: 0 0 0 2em;
}
div.htmlfigure ul > li {
  margin-bottom: 5px;
}
div.htmlfigure ul.fig_ul > li {
  font-weight: bold;
  font-family: sans-serif;
  color: darkslategrey;
}
div.htmlfigure ul.fig_ul ul > li {
  font-weight: normal;
  color: black;
}
div.htmlfigure ul li::marker {
  color: darkslategrey;
  font-size: 150%;
}
div.htmlfigure div.formula math {
  margin-bottom: 10px;
}
div.htmlfigure div.formula math mi {
  font-family: sans-serif;
  font-style: italic;
}
#ef_popup_content > div.bio {
  border: none;
  padding-bottom: 10px;
}
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;
  }
  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%;
  }
}
