<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#roomGallery h1 {
    text-align: center;
    font-size: 14pt;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#roomGallery .navigation {
    text-align: center;
    margin-bottom: 10px;
}

.navigation.list-unstyled li {
    display: inline;
}

#roomGallery .navigation a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 12pt;
}

#roomGallery .description {
    text-align: center;
    font-size: small;
    margin: 0 5%;
    margin-bottom: 10px;
}

#roomGallery .GalleryList {
    margin: 2% 5%;
}

    #roomGallery .GalleryList .gallery-item {
        display: inline-block;
        margin-bottom: 8px;
        width: calc(50% - 6px);
        margin-right: 6px;
        overflow: hidden;
    }

    #roomGallery .GalleryList a {
        font-size: 16px;
    }

    #roomGallery .GalleryList button {
        position: absolute;
        visibility: hidden;
        z-index: 100;
        background: #595959;
        color: #fff;
        border: none;
        border-radius: 10px;
        padding: 1px 6px;
    }

#roomGallery .gallery-item:hover button {
    visibility: visible;
}

#roomGallery img {
    border: none;
    max-width: 100%;
    height: auto;
    display: block;
    background: #ccc;
    transition: transform .2s ease-in-out;
}

#roomGallery a:hover img {
    transform: scale(1.15);
}

#roomGallery a:nth-of-type(2n) {
    margin-right: 0;
}

@media screen and (min-width: 50em) {
    .slick-lightbox-inner {
        max-height: 600px;
        max-width: 900px;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(-50%);
    }
}

.SalePrice {
    color: #D2222C;
    font-size: small;
    font-weight: normal;
    padding-top: 5px;
}

.OldPrice {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    text-decoration: line-through;
}

.Price {
    margin-bottom: 20px;
}

.viewProductLink {
    padding: .3rem 1rem;
    border-radius: 8px;
    margin-top: 2px;
    color: #FFF !important;
    text-align: center;
    width: 70px;
    height: auto;
    background: gray;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px;
    color: white;
}

.slick-lightbox-close:before {
    font-size: 40px;
    color: white;
    font-weight: bold;
}
</pre></body></html>