dd{
  line-height: 1.7em;
}
table{
  width:250px;
  margin-top: 15px;
  margin-bottom: 30px;
}

th{
  text-align:left;
}
th:nth-child(2){
  text-align:right;
}
tbody th,tbody td{
  border-bottom: 1px solid #000;
}
tbody td:nth-child(2){
  text-align: right;
}