table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;

  th {
    text-align: left;
  }
}
