div.search {
    display: inline;
    width: 200px;
}
div.gs-title {
    text-align: left;
}
div.gsc-control-cse, div.gsc-control-wrapper-cse {
    background: none;
    border: none;
    height: 29px;
    padding: 0px;
    width: 200px;
    vertical-align: middle;
}
div.gsc-input-box {
    background: #ff6900 !important;
    border-radius: 3px !important;
    vertical-align: middle;
}
form.gsc-search-box {
    width: 200px;
}
input#gsc-i-id1 {
    background: #ff6900 !important;
    border: 1px #ffffff !important;
    color: #ffffff !important;
    font-family: "Open-Sans", sans-serif;
    font-size: 0.8rem;
    vertical-align: top;
}
input.gsc-search-button.gsc-search-button-v2, input.gsc-search-button.gsc-search-button-v2:hover {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    padding-bottom: 2px;
    height: 23px !important;
    width: 15px !important;
}
li.search {
    min-width: 200px !important;
}
td.gsc-input {
    margin: 0px;
    padding: 0px;
}
td.gsc-clear-button {
    display: none;
}
td.gsc-search-button {
    width: 25px !important;
}
td.gsib_b {
    display: none;
}
div.gsc-selected-option-container.gsc-inline-block {
    width: 90px !important;
}

/** UO: Hack to avoid class between topnav and mainnav  */

.topnav {
    position: absolute;
    right: -28px;
}
