col {
    width: 10rem;
}

.col_ID {
    width: 4rem;
}

.col_HISTORY {
    width: 30rem;
}

.col_SEAT, .col_ICONOGRAPHY {
    width: 20rem
}

.col_ARCHIVE, .col_DOCS, .col_PHOTO, .col_REFS {
    width: 26rem;
}

.obj_CAT_LINK {
    white-space: normal;
}

td img {
    width: 256px;
}

th {
    background-color: #ede4cd;
}

thead th {
    /* box-shadow: 0 4px 8px #999;; */
    position: sticky;
    top: 0;
    /* background-color: rgb(207, 226, 255); */
    border-bottom: 1px solid black;
    background-color: #e38d8a;

    /* box-shadow: inset 0 -8px #f8f8f8; */
}

thead th:not(:first-child)::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  height: 5px;
  border-bottom: 1px solid black;
}

thead th:first-child {
    z-index: 3;
}

th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    /* box-shadow: inset -8px 0 #f8f8f8; */
}

/* tbody th {
    background-color: white;
} */

thead th:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}


tbody th:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-right: 1px solid black;
    z-index: -1;
}
