.SingleSearch {
        position: static;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 28px;
}
.SingleSearch .SearchBox {
        /* height: 20px; */
        /* top: 10px; */
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        height: 100%;
}
.SingleSearch .SearchBox .Text {
        color: #5b5b5b;
        margin: 0;
        text-align: left;
        background: white;
        border: 1px solid #965e253d;
        right: 0;
        top: -1px;
        padding: 5px;
        padding-right: 22px;
        flex-grow: 1;
        width: 200px;
        height: 100%;
        border-bottom: 2px solid #a46422;
        outline: none;
}
.SingleSearch .SearchBox .Button {
        background: rgba(0, 0, 0, 0) url("images/s.png") no-repeat scroll center center;
        border: medium none;
        display: inline-block;
        /* float: right; */
        height: 100%;
        width: 25px;
        position: absolute;
        right: 0;
        outline: none;
        background-size: 14px 14px;
}
