.working { 
	background:url(/sites/all/themes/custom/apigee_custom/imgs/throbber-active.gif);
	background-position: 96.5% center;
	background-repeat: no-repeat;
	background-color: white;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
} 
.view-homepage-api-cards .view-filters{
	padding-left: 38%;
}
.see-more-apis-load {
    background: url(/sites/all/themes/custom/apigee_custom/imgs/throbber-active.gif);
    background-position: 101.5% center;
    background-repeat: no-repeat;
    background-color: white;
}
.view-homepage-api-cards .pager-load-more{
	display: none;
}
#pager_div span{
	cursor:pointer;
	padding-right: 15px;
}