	#er-search-form { width: 150px !important; height: 30px !important; }
	#er_search_input_dummy  { width: 150px !important; height: 30px !important; font-size: 15px !important; }
    #er_search_button_dummy { height: 30px !important; }
	@media (min-width: 670px) {
		#cse-desktop {
			display: inline;
			position: absolute;
			top: 50px; 
			right: 55px;
			opacity: 0;
		}
		#cse-mobile {display: none;}
	}
	@media (max-width: 669px) {
		#cse-desktop {display: none;}
		#cse-mobile {
			display: inline;
			position: absolute;
			top: 50px; 
			right: 55px;
			opacity: 0;
		}
	}
