/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

/* Fix IR Search Bar on mobile*/

  @media (max-width: 639px) {
.a-IRR-searchFieldContainer {
    width: 0px;
}
 
.hide-Mobile {display:none;}  
.show-Mobile {display:block;}
    }

  @media (min-width: 640px) {

.hide-Full {display:none;} 
.show-Full {display:block;}
    }

    
