body
{
  background-color: #ddd;
  margin:  10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4
{
  color: black;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0px;
  border-bottom: 1px solid black;
}

h1
{
  font-size: 28px;
  text-align: left;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.screenshot
{
  text-align: center;
  padding-bottom: 1em;
}

.description p, li
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: justify;
}

.table-fields
{
  page-break-before: always;
}

.table table, .table-fields table, .table-commands table
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ffc;
  font-size: 12px;
}

.table th, .table-fields th, .table-commands th
{
  padding: 5px 5px;
  border: 1px solid #ccc;
}

.table td, .table-fields td, .table-commands td
{
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #ccc;
}

.menu
{
  display: none;
}