<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * CSS Styles that are used on the jScrollPane demo site - these are custom to the site and
 * you shouldn't need to use them in your own implementations of jScrollPane.
 */

*
{
	margin: 0;
	padding: 0;
}


body
{
	font: 13px/1.231 arial,helvetica,clean,sans-serif
}





#container
{
	width: 230px;
	background: #ffffff;
	padding: 2px;
	margin: 2px ;


	
}


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