.table {
  width: 500px;

  th,
  td {
    border: 1px solid #ddd;
    padding: 10px;
  }
}
