table.details {
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: white;
}

table.details th {
  font-weight: bold;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: white;
  text-align: center;
}

table.details td {
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: white;
}
table.details td.label {
  font-weight: bold;
}
table.details td.value {
}
