/* Default styles for the customsearch module */

/* note that the alternative to using a style with an !important rule is to 
destroy the mobile search/login toggle button via javascript */
body.responsive-layout-narrow button.search-login-toggle.mobile,
body.responsive-layout-normal button.search-login-toggle.mobile,
body.responsive-layout-wide button.search-login-toggle.mobile {
    display: none !important;
}
