@keyframes spinner-animation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.spinner-animation {
    animation: 1s linear infinite running spinner-animation;
}

#main-header .awesomplete > ul > li,
.awesomplete > ul > li {
	color: #404040;
	display: block;
	padding: 0.7em 0.8em;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.5;
}
.awesomplete mark {
	background-color: transparent;
	color: black;
}
.fool-ticker-search-form .search-icon {
	z-index: 2;
}
