.h-stack {
    display: flex;
    flex-direction: row;
}

table {
    border-collapse: collapse;
}

td {
    border: 1px solid black;
    padding: 4px;
}

.header-cell {
    width: 200px;
    background-color: lightgray;
}

.jotform-image {
    max-width: 600px;
    max-height: 600px;
}