.search_results a {
	display: block;
}

.search_results a:hover {
	text-decoration: none;
}

.search_results a:before {
	font-family: "FontAwesome";
	content: "\f0fe";
	padding-right: 5px;
}

.results_container,
.selected_numbers_container  {

}
.list_container {
	max-height: 150px;
	overflow: auto;
}

.results_container{
	margin-right: 20px;
}

.search_results {
	min-height: 30px;
}

.selected_numbers li {
	list-style: none;
	font-weight: bold;
}

input.clear_results {
	vertical-align: top;
}

.or {
	font-size: 12px;
	position: relative;
	top: 5px;
}
#didPurchaseTitle{
  margin-top: 10px;
  margin-bottom: 0px;
}
.twitter-typeahead{
	display: block !important;
}