table {
  border: none;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table th, table td {
  border: none;
  padding: 0.3rem;
}
table th {
  vertical-align: bottom;
  background-color: var(--primary);
  color: var(--white);
}
