/* Table base */
table.image-table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
}

/* Header */
table.image-table th {
    background: #35358E;
    color: #fff;
    padding: 8px;
    border: 1px solid #999;
    position: sticky;
    top: 0;
    z-index: 5;
}

/* Cells */
table.image-table td {
    background: #fff;
    padding: 8px;
    border: 1px solid #999;
}