.c-table,
table { width: 100%; border-collapse: collapse; }
.c-table th,
.c-table td,
th,
td { vertical-align: top; }
.c-table-scroll {
  overflow: auto;
  margin-top: 10px;
}
.c-table--full {
  width: 100%;
  border-collapse: collapse;
}
