table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  border-bottom: 1px dashed #000;
}

th {
  text-align: left;
  font-weight: bolder;
}
