<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gallery_container, #gallery_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gallery_container {
    overflow: hidden;
}

#gallery_container li {
    float: left;
}

#gallery_container li a {
    display: block;
    padding: 7px;
    background: #fff;
    border: 1px solid #eee;
    margin: 7px 7px 0 0;
}

#module-gallerique-gallery #fancybox-title-over h4 a {
    color: #fff;
    text-decoration: underline;
}
.gallerique_title_block {padding: 20px; }</pre></body></html>