
.expand-control-text{
 font-size:130%;
}
#help-menu-link {display:none;} /* скрыть раздел help с верхнего бара */  
#footer .footer-body {display:none !important;} /* скрыть footer */
#splitter {
    min-width: 300px;
}
@media screen and (min-width:300px) and (max-width:800px) {  
	.search-results-page-panel-nav {
	    display: none;
	}
	#query-string {
		width: auto;
	}

        #search-form > h1 {
            display: none;
        }
        .aui-header-inner {
	    display: flex;
	    flex-flow: row;
	    justify-content: space-between;
	}

	.aui-header-secondary .aui-nav {
	    position: inherit;
	    right: 0;
	}
	#header > nav > div > div.aui-header-secondary > ul > li:nth-child(1) {
	    display: none;
	}
}


