.gsc-adBlock{
//display:none;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result{
    font-size: 14px;
}
.gs-web-image-box, .gs-promotion-image-box{
    width: 140px;
    vertical-align: middle;
    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-right: 5px;
}

.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
    max-width: 120px;
    max-height: 120px;
    width: expression(this.width > 120 ? '120px': true);
    height: expression(this.height > 120 ? '120px': true);

    border: 0px;
    margin: auto;
}


.gsc-webResult.gsc-result {
    /*cursor: pointer;*/
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    margin-top: 20px;
}

.gsc-webResult.gsc-result:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    -webkit-box-shadow: 0 1px 5px rgba(34, 25, 25, .8);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

/* input.gsc-input */
.gsc-input-box {
    /*height: 60px;*/
    /* background: #FFFFFF; */

    /*border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;*/

    border-top-left-radius: 70px;
    -webkit-border-top-left-radius: 70px;
    -moz-border-radius-topleft: 70px;
    border-bottom-left-radius: 70px;
    -webkit-border-bottom-left-radius: 70px;
    -moz-border-radius-bottomleft: 70px;

    border: 1px solid #ECECEC;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #ABABAB;
    /* font-family: "Roboto", sans-serif; */
    font-family: Helvetica, sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    padding-left: 7px;
    /*padding-right: 60px;*/
}
.include_gcse_div .gsc-input-box{
    min-width: 250px;
}
input.gsc-input {
    border: 0px;
    height: 34px !important;
    /* background: #FFFFFF; */
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #ABABAB;
    /* font-family: "Roboto", sans-serif; */
    font-family: Helvetica, sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
}
@media( max-width: 500px) {
    input.gsc-input {
        height: 28px !important;
    }
}
table.gsc-search-box td.gsc-input {
    padding-right: 0px;
}
.gsc-search-button-v2 {
    font-size: 0;
    padding: 15px 27px;
    width: auto;
    vertical-align: middle;
    border: 1px solid #666;
    border-radius: 2px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: linear-gradient(top, #4d90fe, #4787ed);
}
.gsc-search-button-v2:hover {
    border-color: #2f5bb7;
    background-color: #357ae8;
    background-image: linear-gradient(top, #4d90fe, #357ae8);
}
.gsc-search-button {
    margin-left: 0px;
}
.gsc-search-button-v2 svg {
    fill: #fff;
}
.google_enhanced{
    padding-left:15px; background: url(https://www.google.com/cse/static/images/1x/en/branding.png) left center no-repeat rgb(255, 255, 255);background-position:20px,0;
}
