.vl-data-table {
  width: 100%;
  max-width: 100%;
}

.vl-data-table caption {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.vl-data-table td,
.vl-data-table th {
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: left;
  vertical-align: top;
  padding: 1.2rem 1rem;
}

.vl-data-table th {
  font-weight: 500;
  white-space: nowrap;
}

.vl-data-table thead tr {
  border-top: .1rem #cbd2da solid;
  border-bottom: .2rem #cbd2da solid;
}

.vl-data-table tbody tr {
  border-bottom: .1rem #cbd2da solid;
}
