table {
  width: 100%;

  border-radius: 5px;
  border: 0;
  overflow: hidden;
}

table * {
  border: 0;
}

table tr * {
  padding: 10px 20px;
}

table thead {
  background-color: #9ac9556e;
}

table tbody tr:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
