.searcharound {
    width: 600px;margin: auto;
    box-shadow:rgb(57, 191, 117) -2px -2px 3px 1px, rgb(68, 94, 80) 2px 2px 3px 1px, rgb(0, 0, 0) 2px 2px 12px 5px;
    border-radius:20px;
    padding:13px;
    background-color:rgb(92, 74, 74);
    color:rgb(0, 0, 0);
}
.gsib_a {
    background-color:rgb(92, 74, 74);
}
.gsib_b {
    background-color:rgb(92, 74, 74);
}
.gsc-input {
    background-color:rgb(92, 74, 74);
    color: #aaa;
}
.gsc-input-box {
    background:rgb(126,126,126) !important;
}
.gsc-search-button {
    all: initial;
    background-color:rgb(51, 51, 51);    
    border: none;
}    
.gsc-search-button-v2 {
    height:25px;
    border: none;
    margin: 0;
    box-shadow:rgb(57, 191, 117) 1px 1px 4px 0px inset, rgb(0, 0, 0) 1px 1px 4px -1px, rgb(51, 51, 51) 0px 0px 8px 9px;
    border-radius:5px;
    padding:0px 27px 11px 20px !important;
    cursor: pointer;
    background-color:rgb(51, 51, 51);    
}    
.gsst_b {
    background-color:rgb(87, 62, 61);
}
.gsc-search-box {
    background-color:#444;    
}
.gsc-selected-option-container {
    background-color: #a39090 !important;
}
.gsc-selected-option {
    line-height: 18px !important;
}
.gsc-results {
    background-color: #a39090 !important;
}
.gsc-option-menu {
    background-color: #878282 !important;
    color: #000 !important;
}
.gsc-option-menu-item-highlighted {
    background-color: #a39090 !important;
}
.gsc-above-wrapper-area {
    border-bottom: 2px rgba(148, 139, 139, 0.4) !important;
    padding: 5px 0 5px 0;
}
.gsc-tabsArea {
    clear: both;
    margin-top: 6px;
    border-bottom: 2px solid rgba(148, 139, 139, 0.4) !important;
}
