table.d
{
  margin: 1em 0;
  border: 1px solid #9fa4a9;
  border-collapse: collapse;
  font-size: 0.675em;
}

table.d th, table.d td
{
  padding: 4px;
  vertical-align: top;
  border-right: 1px solid #9fa4a9;
  border-bottom: 1px solid #9fa4a9;
}

table.d th
{
  font-weight: normal;
  text-align: left;
}

table.d thead th
{
  border-top-width: 1px;
  border-bottom-color: #9fa4a9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #b2c2d7;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding: 4px 12px;
}

table.d tfoot td {
  background-color: #aaa;
  font-weight: bold;
  padding: 0.5em;
}

table.d tr:nth-child(even)
{
  background-color: #eef5fd;
}

table.d tr.even
{
  background-color: #eef5fd;
}
