table,
.lines-table {
  width: 100%;
  border-collapse: collapse;
}

th,
.lines-table th {
  text-transform: uppercase;
}

.text-right,
.lines-table .text-right {
  text-align: right;
}

.table-wrapper {
  background: var(--white);
  border: 1px solid var(--border);
  overflow-x: auto;
}
