<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #000 !important;
}

#everything {
    background-color: #000 !important;
}

.offerflip-cover-img{
    width:100%;
    height: calc(37vw * 1.2754);
}

.page-wrapper {
    /* background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%); */
}

.own-size {
    background-color: #343434;
}

.own-size.even{
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}

    .own-size.odd {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.pf-flip-thumb-list {
    width: 18vw;
    margin: .4vw .5vw;
    min-height: calc(17.6vw / 0.772);
    display: flex;
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    padding: 10px;
}

.pf-button-wrap{
    display: block !important;
}
</pre></body></html>