.dst-preview {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.dst-table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

.dst-table th,
.dst-table td {
  padding: 12px 24px 12px 0;
  text-align: left;
  border-bottom: 1px solid black;
}

.dst-table th:last-child,
.dst-table td:last-child {
  padding-right: 0;
}

.dst-table th {
  border-bottom-width: 2px;
}