@charset "utf-8";

			/* Styles specific to this particular page */
			html
			{
				overflow: auto;
			}
			#full-page-container
			{
				overflow: auto;
			}
			.scroll-pane
			{
				width: 100%;
				height: 500px;
				overflow: auto;
			}
			.horizontal-only
			{
				height: auto;
				max-height: 200px;
			}
		