<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leftdiv
{
    max-width: 700px;
}

#bleedDiv
{
    opacity: 0.50;
    filter: alpha(opacity=50);
    border-radius: 0px;
}

#coloredBleedDiv
{
    border-radius: 0px;
}

#borderDiv
{
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border-radius: 10px;
}

#borderDiv.pouch-regularbottom-medium
{
    left: 6%;
    top: 7%;
    width: 88%;
    height: 86%;
}

#borderDiv.pouch-regularbottom-large
{
    left: 4%;
    top: 4%;
    width: 92%;
    height: 92%;
}
</pre></body></html>