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

th, td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
}

th {
  font-weight: bold;
}

/* You may want to add some custom styles here, too */
h3 {
  font-size: 24px;
  color: #333;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

