/* table - list of objects */
table.list {
  border-collapse: collapse;
  width: 100%;
}
table.list, table.list td, table.list th {
  border: 1px solid gray;
}
table.list td, table.list th {
  padding: 2px;
}
table.list th {
  background-color: lightgrey;
}
table.list td.empty, p.empty {
  font-style: italic;
  margin: 0px;
  padding: 4px 32px;
  color: gray;
}
table.list td.right {
  text-align: right;
}
