/* .hextra-footer {
  display: none;
} */

table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

/* th:nth-of-type(1) {
  width: 30%;
}
th:nth-of-type(2) {
  width: 70%;
} */

th {
  background-color: #ebf8fa;
  color: black;
}
