.form-search {
	display: flex;
	margin-bottom: 20px;
}

.form-search input {
	flex-grow: 1;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.form-search button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

 #overlay {
	 background: #ffffff;
	 color: #666666;
	 position: fixed;
	 height: 100%;
	 width: 100%;
	 z-index: 5000;
	 top: 0;
	 left: 0;
	 float: left;
	 text-align: center;
	 padding-top: 5%;
 }

