body {
    font-family: sans-serif;
    padding: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    border: 1px solid #ccc;
    padding: 6px 12px;
    text-align: left;
}
.thumb {
    width: 50px;
    height: auto;
}
.full-img {
    max-width: 400px;
    height: auto;
}
a {
    color: blue;
}
