.photo-gallery-table {
  width: 100%;
  max-width: 900px;
  margin: 1em auto;
  border-collapse: collapse;
  font-family: Georgia, serif;
  background-color: #fffaf0;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.photo-gallery-table caption {
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
  background-color: #fdf6e3;
  color: #333;
}

.photo-gallery-table th,
.photo-gallery-table td {
  border: 1px solid #ccc;
  padding: 0.75em;
  text-align: left;
}

.photo-gallery-table th {
  background-color: #f0e68c;
  color: #333;
}

.photo-gallery-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.photo-gallery-table a {
  color: #336699;
  text-decoration: none;
  font-weight: bold;
}

.photo-gallery-table a:hover {
  text-decoration: underline;
}