#searchArea {
    display: flex;
    flex-flow: row nowrap;
    margin: 1em;
    /* justify-content: center;   */
    justify-content:space-between;
}
#searchArea div.input-group {
    margin-right: 1em;
}
#searchArea div.stretch {
    width: 100%;
    background:white;
}
