<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Quovolver Demo Styles */

/*
 |	All required styles for the effect
 |	are labeled with this *required*
*/



#header, #footer { padding: 20px 0; }
#wrapper { width: 200px; margin: 0 auto; }
#description { margin-bottom: 40px; padding-bottom: 10px; }

#description p { margin-bottom: 10px; }
#footer { font-size: 11px; line-height: 16px; }
#footer a { color: #373737; border-bottom: 1px solid #f2f2f2; }
#footer a:hover { color: #ea9941; border-color: #ea9941; }
code { font-family: "Courier New", Courier, Monaco, monospace; background: #f2f2f2; margin-bottom: 20px; display: block; padding: 20px; }	
blockquote p { margin-bottom: 10px; font-style: italic; }
blockquote cite { font-style: normal; display: block; text-align: right; text-transform: uppercase; font-size: 10px; font-weight: bold; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; }

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
	
	width: 200px; /* required */
	margin: 0 auto;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

.paginator a {
	display: inline-block;
	font-size: 12px;
	color: #10094f;
	font-weight: bold;
	padding: 2px 4px;

}
.paginator .page-active {
	display: inline-block;
	color: #4e0000;
	border:1px solid #4e0000;
	font-weight: bold;
	padding: 2px 4px;
}

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