<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
input[type="text"]  {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}


input[type="text"] {
    display: block;
    border: 1px solid #e3e3e3;
    color: #665a5c;
    font-family: "Source Sans Pro",sans-serif;
    border-radius: 5px;
    font-size: 14px;
    -webkit-appearance: none;
}
*/

.search_qa {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    display: block;
    border: 1px solid #e3e3e3;
    color: #665a5c;
    font-family: "Source Sans Pro",sans-serif;
    border-radius: 5px;
    font-size: 14px;
    -webkit-appearance: none;
}

.loadinggif {
    background:url('/wp-content/plugins/wp-ooma-quick-answers-plugin/customer/ajax-loader.gif') no-repeat right center;
    background-size: 22px;
        background-position: 95% ;

}
/*
.swa-loading-indicator {
    background-image: url(images/LoadingIndicator.gif);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    width: 32px;
    height: 32px;
}
*/


.hero-office-quick-answer {
    background: url(/wp-content/plugins/wp-ooma-quick-answers-plugin/customer/Office_Setup_A.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    min-height: 400px;
    

}</pre></body></html>