table {
  width: 100%;
}

table caption {
  font-size: 16px;
  font-weight: 500;
}

table thead tr th {
  font-weight: 500;
  text-align: left;
}

table thead tr th,
table tbody tr td {
  padding: 2px;
}

