

/* CSS from section stylesheet tags */
.basic-table {
  width: 100%;
  border-collapse: collapse;
}
.basic-table th,
.basic-table td {
  padding: 12px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.1);
}