﻿.gsc-clear-button {
    display: none;
}

input.gsc-input {
    font-size: 1.5em;
    height: 45px;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    border: 1px solid #cccccc;
}

input.gsc-search-button {
    margin-bottom: 0;
    margin-left: 0;
    font-weight: normal;
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

form.gsc-search-box {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

div.gsc-control-cse {
    display: table;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

table.gsc-search-box {
    margin-bottom: 0px;
    background: none;
}

    table.gsc-search-box td.gsc-input {
        padding-right: 0px;
        margin-right: 0px;
    }
