table {
  empty-cells: show;
}

table.list {
  width: 100%;
  empty-cells: show;
}

table th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 2px 2px 2px 0;
}

table.list th {
  font-size: 1.2em;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #1c1c1c;
  padding: 5px 10px;
}

.right table.list th {
  font-size: 1.0em;
  padding: 2px 2px 2px 0;
}

table td {
  vertical-align: top;
  padding: 2px 2px 2px 0;
}

table.list td {
  font-size: 1.2em;
  padding: 5px 10px;
  border: 1px solid #333;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

table.profile th {
  padding-left: 0;
  background: transparent;
  border-top: 0;
}

.right table.list td {
  font-size: 1.0em;
  padding: 2px 2px 2px 0;
}

table.list tr.bordertop td {
  border-top-width: 1px;
}

table.list tr.even td {
  background: #2c2c2c;
}

table.list tr.systemmessage td {
  background: #322f2a;
}

table.corner td {
  padding: 0;
  margin: 0;
}