.table-wrap{
  border:1px solid var(--soft);
  overflow:auto;
  background:#fff;
}

.table{
  width:100%;
  border-collapse:collapse;
  min-width:640px;
}

.table th, .table td{
  padding:10px;
  border-bottom:1px solid var(--soft);
  text-align:left;
  vertical-align:top;
}

.table thead th{
  border-bottom:1px solid var(--border);
  background: rgba(17,17,17,.03);
  font-weight:normal;
}