.dl-table {
  font-size: 14px;
}

.dl-table-row {
  display: block;
  padding: 4px 0;
}

.dl-table-row:nth-child(odd) {
  background-color: #f9f9f9;
}

.dl-table-row .dt {
  display: inline-block;
  width: 50%;
  text-align: right;
  font-weight: bold;
}

.dl-table-row .dt span {
  padding-right: 20px;
}

.dl-table-row .dd {
  display: inline-block;
  width: 50%;
  text-align: left;
  font-weight: normal;
}
