.pgc-charity-search .autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
}
.pgc-charity-search input {
	border: 1px solid transparent;
	background-color: #f1f1f1;
	padding: 10px;
	font-size: 16px;
}
.pgc-charity-search input[type=text] {
	background-color: #f1f1f1;
	width: 100%;
}
.pgc-charity-search input[type=submit] {
	background-color: #4c8c2b;
	color: #fff;
}
.pgc-charity-search .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}
.pgc-charity-search .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.pgc-charity-search .autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}
.pgc-charity-search .autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
}



.pgc-stock-search .autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
}
.pgc-stock-search input {
	border: 1px solid transparent;
	background-color: #f1f1f1;
	padding: 10px;
	font-size: 16px;
}
.pgc-stock-search input[type=text] {
	background-color: #f1f1f1;
	width: 100%;
}
.pgc-stock-search input[type=submit] {
	background-color: #4c8c2b;
	color: #fff;
}
.pgc-stock-search .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}
.pgc-stock-search .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.pgc-stock-search .autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}
.pgc-stock-search .autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
}



.pgc-qcd-search .autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
}
.pgc-qcd-search input {
	border: 1px solid transparent;
	background-color: #f1f1f1;
	padding: 10px;
	font-size: 16px;
}
.pgc-qcd-search input[type=text] {
	background-color: #f1f1f1;
	width: 100%;
}
.pgc-qcd-search input[type=submit] {
	background-color: #4c8c2b;
	color: #fff;
}
.pgc-qcd-search .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}
.pgc-qcd-search .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.pgc-qcd-search .autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9;
}
.pgc-qcd-search .autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important;
	color: #ffffff;
}