@charset "utf-8";
/* CSS Document */

/* funnelback css 3/10/2020 FC */
input.search-input {
    padding: 3px;
}
.search-btn {
    background: #8db17a;
    color: white;
    border: none;
    padding: 5px 15px;
}

.search-btn:hover {
    background:#FEEB84;
    color:black;
}

/* google css removed 3/6/2020 FC */
        /* #sustainsearch { width: 350px; }
        #sustainsearch .container-fluid {
            padding-right: 8px;
        }
        td.gsc-input {
        
        }
        input#gsc-i-id1 {
            height: 20px !important;
        }
        td.gsib_a {
        padding:10px;
        }
        .gsc-search-button-v2 {
            padding: 10px 15px !important;
            margin: 15px;
            border-radius: 3px;
        }

        .gsc-search-button-v2 svg {
            width:18px;
            height:18px;
        }*/

        /*Media Querry*/
        /*@media (max-width:767px){
            td.gsc-input { width:20%;}
        } */
