%base--table {
  width: 100%;
  border-top: 1px solid color('gray', 20);
  border-bottom: 1px solid color('gray', 20);
  font-weight: 300;
  color: color('gray', 50);
}

%base--thead {
  font-weight: 500;
  border-bottom: 2px solid color('gray', 10);
  text-transform: uppercase;
}

%base--td {
  padding: 1em;
}

%base--tr {
  background-color: transparent;
  border-top: 1px solid color('gray', 10);
}
