<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************
* Facebook Style Auto Scroll Pagination using jQuery and PHP
* Written by Vasplus Programming Blog
* Website: www.vasplus.info
* Email: info@vasplus.info

**********************************Copyright Information*****************************************************
* This script has been released with the aim that it will be useful.
* Please, do not remove this copyright information from the top of this page.
* This script must not be sold.
* All Copy Rights Reserved by Vasplus Programming Blog
*************************************************************************************************************/

#vpb_loading_box {
	padding: 10px 20px;
	display: block;
	text-align: center;
	/*box-shadow: inset 0px -45px 30px -40px rgba(0, 0, 0, 0.05);
	border-radius: 5px;*/
	margin: 20px 0;
	font-size: 18px;
	/*font-family: "museo-sans", sans-serif;*/
	/*border: 1px solid #ddd;*/
	margin-right: 1px;
	font-weight: bold;
	cursor: pointer;
	/* position: relative;  */
	display:none;
}

#vpb_loading_box:hover {
	/*box-shadow: inset 0px 45px 30px -40px rgba(0, 0, 0, 0.05);*/
}

#loaded_data {
	width: 98%;
	margin: 0px auto;
}

#loaded_data h2 {
	/*font-family: "chaparral-pro", sans-serif;*/
	color: #444;
	font-size: 24px;
	margin-bottom:0px;
}

#loaded_data p {
	font-size: 14px;
	line-height: 24px;
	/*font-family: "museo-sans", sans-serif;*/
	text-align: center;	
}

#loaded_data hr {
	border-bottom: 1px solid #eee;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}



#loaded_data_1 {
	width: 98%;
	margin: 0px auto;
}

#loaded_data_1 h2 {
	/*font-family: "chaparral-pro", sans-serif;*/
	color: #444;
	font-size: 24px;
	margin-bottom:0px;
}

#loaded_data_1 p {
	font-size: 14px;
	line-height: 24px;
	/*font-family: "museo-sans", sans-serif;*/
	text-align: center;	
}

#loaded_data_1 hr {
	border-bottom: 1px solid #eee;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

</pre></body></html>