.dl-vertical-list {
  padding: 0 3em 0 0;
}
.dl-vertical-list:last-child {
  padding: 0;
}

.dl-vertical-list__title {
  font-size: 1.2em;
}
.table th, .table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *border-collapse: collapse;
}
.table-bordered th, .table-bordered td {
  border-left: 1px solid #ddd
}
.table-bordered th:first-child {
  background-color: #efefef;
}
@media (max-width: 768px) {
  .dl-vertical-list {
    padding-right: 0;
  }
  .table-bordered th, .table-bordered td {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 1px solid #ddd;
  }
}
