table.d
{
  width: 400px;
  margin: 1em 0 1em 0;
  border: 1px solid #949494;
}

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

table.d th
{
  font-weight: normal;
  text-align: right;
}

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

table.d thead th,table.d thead td {
  background-color: #B2C2D7;
  color: #111;
  padding: 5px;
}

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

.details .submit,
.details .button{
  padding: 5px 10px 5px 10px;
  background-color: #F5F9FC;
  border: 1px solid #BFD5E9;
  color: #111;
}

.details .submit:hover,
.details .button:hover{
  cursor: pointer;
  background-color: #BFD5E9;
}

