/* ..
<input id="query" name="q">
*/

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input#query {
    width        : 95%;
    border       : 2px #FFFFFF;
    padding      : 5px;
    border-radius: 5px;
    color        : #4e4e4e;
    font-family  : system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

input#query:focus, input#query:hover {
    outline : none;
}


input#go_long {
    width            : 80px;
    height           : 100%;
    padding          : 5px;
    border           : 2px;
    border-radius    : 5px;
    background-color : #50d2c2;
    color            : #FFFFFF;
}


input#go_left {
    width            : 100%;
    height           : 100%;
    padding          : 0px;
    border           : 2px;
    background-color : #50d2c2;
    color            : #FFFFFF;
}



/*
The settings below control the appearance of the
drop down menu.
*/

.ui-widget-content {
    border     : 1px solid #dddddd;
    background : #ffffff;
    color      : #4e4e4e;
}

/* When selecting the entry...  */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border     : 1px solid #50d2c2;
    background : #50d2c2;
    color      : #FFFFFF;
}
