.fiftyfive-search {

    display: flex !important;
    flex-direction: row;

    padding: 10px 0 10px;
}

.fiftyfive-search > div {

    background-color: white;

    height: 35px;
}

.fiftyfive-search .ffpart-searchinput {

    flex: 1;

    display: flex;
    align-items: center;

    padding-left: 10px;

    background-color: white;
}

.fiftyfive-search .ffpart-submit {

    width: 35px;
}

.fiftyfive-search input[type="text"] {

    border-radius: 0;
    -webkit-appearance: none;

    width: 100%;

    border: none;

    font-size: 14px;
}

.fiftyfive-search button {

    border-radius: 0;
    -webkit-appearance: none;

    width: 35px;
    height: 35px;

    border: none;

    background-color: white;

    color: black;

    font-size: 20px;
    font-weight: 300;

    line-height: 35px;
}

.fiftyfive-search button:active {

    background-color: rgba(205, 205, 205, 1);
}
