
body {
	background-color: white;
	
}



		.forum-text {
			display: block; /* Show by default */
		}

		.forum-text-expanded {
			display: none; /* Hide by default */
		}

		.forum-text-expanded.active {
			display: block; /* Show the expanded content */
		}

