/* styles for the gallery */
body {
    font-family: Arial, sans-serif;
}

table th, table td {
    text-align: center;
}

.comment {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.comment:last-child {
    border-bottom: none;
}
