<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#quotebutton {
    display: flex;
    margin-bottom: 22px;
}

#downloadQuoteButton {
    border-radius: 0px !important;
    border: 1px solid rgba(1,1,1,0.1);
    background-color: white !important;
    color: #43454b;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1)
}

#downloadQuoteButton:hover {
    background-color: rgba(1,1,1,0.1) !important;
}

#moreInfoButton:hover {
    color: limegreen;
}

#moreInfoButton {
    color: #009c00;
}

#moreInfoButtonDiv {
    text-align: center;
    flex: 1;
}
</pre></body></html>