<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	(c) Shoutbox Module 2011 Dream Portal Team
*/

.shout_smileys, .shout_font_styles
{
	padding-top: 5px;
	display: none;
}

.shout_smileys ul, .shout_font_styles ul
{
	display: inline;
	list-style: none;
}

.shout_smiley_img, .shout_font_style_img
{
	cursor: pointer;
	float: left;
	display: inline;
	margin-right: 5px;
}

.shoutbox_content
{
	max-height: 250px;
	overflow: auto;
}</pre></body></html>