.react-autosuggest__container {
	position: relative;
	margin-top: 10px;
  }
  .react-autosuggest__input {
	width: calc(100% - 62px);
	max-width: 500px;
	height: 20px;
	padding: 5px 10px 5px 30px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #92A4BA;
	margin-left: 20px;
  }
  .react-autosuggest__input--focused {
	outline: none;
  }
  .react-autosuggest__input--open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
  }
  
  .react-autosuggest__suggestions-container {
	display: none;
  }
  
  .react-autosuggest__suggestions-container--open {
	display: block;
	position: absolute;
	top: 31px;
	left: 20px;
	width: 280px;
	max-height: 300px;
	overflow-y: scroll;
	border: 1px solid #aaa;
	background-color: #fff;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	z-index: 2;
  }
  
  .react-autosuggest__suggestions-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }
  
  .react-autosuggest__suggestion {
	cursor: pointer;
	padding: 10px 20px;
  }
  
  .react-autosuggest__suggestion--highlighted {
	background-color: #ddd;
  }
  



// WEBPACK FOOTER //
// ./src/components/WhitelistForm/components/theme.css