.header-table {
    width: 300px;
    display: table;
    float: right;
    padding: 5px;
}

@media screen and (max-width:800px) {
.header-table {
    width: 98%;
    display: table;
    float: right;
    padding: 5px;
    margin-left: 4px;
}
}
.search-input {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.search-input #search-suggestions {
    display: none;
    position: absolute;
    margin: 0px;
    margin-top: 5px;
    outline: 1px solid #4488bb;
    padding: 0px;
    width: 100%;
    z-index: 99999;
}

#search-button {
    background-color: #f0f0f0;
    border: 1px solid #999;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    width: 65px;
    height: 30px;
    line-height: 16px !important;
    font: bold 14px Arial,Helvetica,sans-serif;
    color: #555555;
    margin-left: 10px;
    -webkit-appearance: none;
    box-sizing: border-box;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
    line-height: 16px !important;
}

#search-button:hover {
    background-color: #fff;
}

#search-button:active {
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;  
}

#search-button em {
    vertical-align: middle;
    margin: 0 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('//ltn.gold-usergeneratedcontent.net/ajax-loader.gif');
    background-position: center;
    background-size: 90%;
}

#search-suggestions:empty {outline: none;}

.active #search-suggestions { 
    display: block;
}

.search-input #query-input {
    display: inline-block;
    line-height: 14px;
    padding: 4px 4px 4px 8px;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
}

.search-input ul {
    list-style: none;
    display: block;
}

#search-suggestions li {
    background-color: #ffffff;
    position: relative;
}

#search-suggestions li a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    padding: 4px 8px;
    display: block;
    width: 170px;
}

.search-ns {
    color: #999999;
}

.search-suggestion_total {
    position: absolute;
    right: 8px;
    top: 4px;
    color: #999999;
}

.search-suggestion strong {
    color: #226699;
}

.selected {
    background-color: #ddddee !important;
}

#search-button {
    display: table-cell;
    width: 65px;
    height: 30px;
    line-height: inherit !important;
    font: bold 14px Arial,Helvetica,sans-serif;
    color: #555555;
    margin-left: 2px;
}

#search-button em {
    vertical-align: middle;
    margin: 0 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('//ltn.gold-usergeneratedcontent.net/ajax-loader.gif');
    background-position: center;
    background-size: 90%;
}
