.thumb, .thumbWebP { display: inline-block; background: #f1f1ffaa; border-radius: 2px; padding: 0px 4px; border: solid 1px #e0e0e0; margin-top: 2px; margin-right: 6px; margin-bottom: 4px; font-size: 10px; }
.thumbWebP { background: #f1fff1aa; }
.img { height: 14px; }
#tableImages TD { font-size: 12px; padding: 2px 4px; }

.basicLightbox { z-index: 999998; position: fixed; bottom: 0; min-height: 100%; display: flex; align-items: center; justify-content: center; }
.basicLightbox__placeholder { overflow: auto; max-width: calc(100% - 360px); min-height: 60%; min-width: 50%; max-height: 85vh; border: solid 2px #f0f0f0; background: #f0f0f0; padding: 20px; }

.basicLightbox__placeholder IMG { margin-top: 10px; }