@keyframes jp-search-animated-ellipsis-bounce {
	0%, 80%, to {
		opacity: .2;
	}
	
	40% {
		opacity: 1;
	}
}