<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("additionalImages.css");

@media screen and (min-width: 1200px)
{
    #productPreviewDiv
        {
        width: calc(100% - 120px);
        width: -webkit-calc(100% - 120px);            
    }

    #additionalImageContainerDiv
        {
        width: 60px;
    }

    .additionalImageDiv
        {
        width: 100%;
        padding: 0px;
        border: none;
        text-align: center;
    }    

    .additionalImageDiv img
        {
        border-radius: 2px;
    }
}

.leftdiv
{
    max-width: 650px !important;
}

#productPreviewDiv
{
    margin-top: -20px;
}

#resizeSuggestionDiv
{
    top: -5px;
}

#bleedDiv
{
    opacity: 0.50;
    filter: alpha(opacity=50);
}

#borderDiv
{
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
}

#borderDiv.throwpillow-20-14.horizontal
{
    left: 3.4%;
    top: 4.8%;
    width: 93%;
    height: 90%;
}

#borderDiv.throwpillow-20-14.vertical
{
    left: 4.8%;
    top: 3.4%;
    width: 90%;
    height: 93%;
}
</pre></body></html>