

.search-box { 
	border-radius: 5px; 
	padding: 0.2em 0.5em;
	border: 1px solid #A7ADB5;
   box-sizing: border-box;
}

.search-button {   
   background: white;
	border-radius: 5px; 
	padding: 0.2em 1em;
   margin-left: 0.5em;
	border: 1px solid #A7ADB5;
}

.searchButtonMobile {
   display: none !important; 
}


