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

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

DIV.citation
{
  font-family: monospace;
  color: #110000;
  padding: 1em;
  border: 1px solid silver;
  background-color: #F9F9F9;
  margin: 1em;
  cursor: text;
}

#anchor
{
  margin-top: 0em;
  background-color: white;
  border: 1px solid black;
  padding: 1em;
  background-image: url(../../../../images/namesforlife-anchor.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 2px 1.5em; /* 2px center; */ /* left top; */
/*  overflow: auto; */
}

#abstract
{
  margin-top: 1em;
  background-color: white;
  border: 1px solid black;
  padding: 1em;
  background-image: url(../../../../images/namesforlife-abstract.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 2px 6em; /* 2px center; */ /* left top; */
/*  overflow: auto; */
}
