
#searchBar .search-query {
	background: #ffffff;
	border: 2px solid #3d3b3c;
	box-shadow: none;
	color: #333;
}
#searchBar button {
	background: #2aa21d;
	border-color: transparent;
	color: #fff;
}
#searchBar button:hover {
	background: #248d1a;
	border-color: transparent;
	color: #fff;
}

/* Background area for doc search */
#docsSearch {
	height: 200px;
	background: #f3f2ef;
	border-bottom: none;
	padding-top: 75px;
	position: relative;
	top: -1px;
}
