div.htmlcontent
{
  height: 100%;
  overflow: auto;
  position: absolute;
  width: 100%;
}

div.htmlcontent div
{
  padding: 1em 2em;
}

div.htmlcontent h1
{
  font-size: 2em;
  font-weight: bold;
  margin: 1em 0 .5em 0;
}

div.htmlcontent h2
{
  font-size: 1.3em;
  font-weight: bold;
  margin: .8em 0 .3em 0;
}

div.htmlcontent p
{
  margin: .3em 0;
}

div.htmlcontent p.backlink
{
  margin-bottom: .8em;
}

div.htmlcontent p.description
{
  font-size: .9em;
  font-style: italic;
}

div.htmlcontent small
{
  font-size: .7em;
}

div.htmlcontent ul.gallery img
{
  vertical-align: middle;
}
