.table-container {
    max-width: 1020px;
    margin: 0 auto;
}

.overlay-table {
    width: 100%;
    border-collapse: collapse;
}

.overlay-table td {
    padding: 5px;
    vertical-align: top;
}

.groupTitle-cell {
	colspan : 2;
}

.image-cell {
    width: 66.66%;
}

.qwx-cell {
    width: 33.33%;
}

.notes-section {
    margin-top: 20px;
}

.note-item {
    margin: 5px 0;
    display: flex;
    align-items: flex-start;
}

.note-number {
    min-width: 40px;
}

.note-text {
    flex: 1;
}

.header_text {
	text-align: center;
}
