



.search_form_container {
    flex-grow: 1;
    float: right;
    right: 0;
    vertical-align: top;
    padding: .4em 0 .65em 0;
    background: none;
    place-items: center;
    }

/* .search_and_header_container {
    padding: .4em 0 .65em 0;
    background: none;
    place-items: center;
    width: 100%;
    align-items: flex-end;
      } */

.wh_search_textfield {
    height: 2em;
    right: 0;
    position: absolute;   
}

.wh_search_button {
    height: 2em;
    right: 0;
    position: absolute;    
}

#searchForm > div {
    width: 200px;
    height: 2.6em;
    right: 0;
    position: absolute;
    }

#searchForm_A > div {
    width: 200px;
    height: 2.75em;
    right: 0;
    border-style: outset;
    position: absolute;
}

#searchForm_C > div {
    width: 200px;
    border-style: outset;
    border-color: #FFC300;
    height: 2.75em;
    right: 0;
    position: absolute;
}

#searchForm_M > div {
    width: 200px;
    border-style: outset;
    border-color: #C8211F;
    height: 2.75em;
    right: 0;
    position: absolute;
}

/* DE224: WHR: Link under the search field is missing*/
.search_link > p{
    vertical-align: top;
    text-align: center;}

/* Surpress duplicate heading in index page*/

.wh_search_container:nth-of-type(2){ 
    display: none; 
    }