CANVAS#microbialEarth
{
  border: 1px solid black;
  background-color: white;
}

TABLE.footnotes
{
  empty-cells: show;
  width: 100%;
  font-size: smaller;
}

TABLE.monograph
{
  border-collapse: separate;
  empty-cells: show;
  width: 100%;
}

TABLE.monograph>TBODY>TR>TD
{
  font-family: sans-serif;
  padding-left: 1em;
  padding-right: 1em;
  color: black;
  background-color: #f3f3e6; /* #e3e3d0; #fffff0; #f3f3e6 #99d79c; #6e9b70 #435E44 #4B423A #86856F */
  vertical-align: top;
}

TABLE.monograph>TBODY>TR>TD:first-child
{
  min-width: 206px;
  width: 206px;
  background-color: #99d79c;
}

TABLE.monograph>TBODY>TR>TD:first-child>DIV:first-child
{
  font-weight: bold;
  text-transform: lowercase;
  letter-spacing: 1.5pt;
}

TABLE.monograph>TBODY>TR.doi>TD
{
  font-weight: bold;
}

TABLE.monograph>TBODY>TR.doi>TD:first-child
{
  background-color: #e3e3d0;
}

TD.empty
{
  background-color: transparent !important;
  padding: 0em !important;
}

TD.scroll
{
  border: 1px solid black;
  padding: 4px;
  min-height: 200px;
  max-height: 250px;
  overflow: auto;
  direction: ltr;
}

DIV#abstract>TABLE.monograph>TBODY>TR>TD
{
  padding: 1em;
}