
        .inputIndent {
            background: url(http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png) left center no-repeat rgb(255, 255, 255);

            text-indent: 48px;
        }

        #i-results {
            padding: 1em;
        }

        .inputIndent-search {
            text-indent: 4px
        }

        .inputSearch {
            width: 100%;
            padding: 0px;
            border: 1px solid #dfe1e5;
            height: 26px !important;
            margin: 0px;
            height: auto;

            outline: none;
        }

        .gsc-search-button-v2 svg {
            fill: #FFFFFF;
        }

        .gsc-search-button-v2 {
            border-color: #666666;
            background-color: #CECECE;
            background-image: none;
            filter: none;
            padding: 6px 0px !important;
            width: 75px;
            border-radius: 3px;
            border-width: 1px;
            float: right;
            height: 26px !important;
        }

        .gs-webResult {
            color: #008000;
            font-size: 13px;
        }

        .gs-title {
            font-size: 16px;
            color: #15C;
            text-decoration: underline;
            overflow: hidden;
        }

        .pagination {
            display: inline-block;
            padding: 1em;
        }

        .pagination a {
            color: black;
            float: left;
            padding: 3px 6px;
            text-decoration: none;
            transition: background-color .3s;
        }

        .pagination a.active {
            background-color: #1364C4;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

        .gs-snippet {
            color: #000000;
            font-size: 13px;
            margin-top: 1px;

        }
