table.d
{
  width: 100%;
  margin: 1em 0;
  border: 1px solid #6FAEDB;
}

table.d td, table.d th {
  padding: 2px 5px;
}

table.d tbody th
{
  
  padding-bottom: 0px;
  
  padding-top: 7px;
  
  vertical-align: top;
  font-weight: normal;
  text-align: right;
}

table.d thead th
{
  border-top-width: 1px;
  border-bottom-color: #6FAEDB;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background-color: #6FAEDB;
  color: #000;
  text-align: left;
  font-weight: bold;
}
