/* move down search button to be on the same height than search field */
.wgs_wrapper .gsc-search-button input {
    margin-top: 4px !important;
    display: none;
}

/* move down X button in search field */
.gscb_a {
	padding-top: 4px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    /*padding-right: 12px;*/
    border: 1px solid #c5c5c5 !important;
    height: 32px !important;
}
.gsst_b{margin-left: 10px !important;}