<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button#product-printquote-button {
    width: 135px;
    margin-right: 1%;
    line-height: 2.2rem;
    margin-bottom: 40px;
    font-size: 1.8rem;
    padding: unset;
    margin-top: 86px;
}

@media (max-width: 767px) {
    button#product-printquote-button {
        width: 100%;
        margin-top: 40px;
    }
}
</pre></body></html>