#page table
{
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 2ex;
}

#page table #titles td
{
  font-weight: bold;
  border-bottom: 1px solid white;
}

#page table #last_row td
{
  border-bottom: 1px solid white;
}

#page table td.costs
{
  white-space: pre;
}

#page td
{
  padding: 10px;
  border-color: #000;
  border-width: 1px;
  margin: 0;
  vertical-align: top;
}

#page td p
{
  padding: 0;
  margin: 0;
}

