#portal-shoutbox-form {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center
}

#portal-shoutbox-form-input {
	width: 100%
}

#portal-shoutbox-form-submit {
	margin-top: 1em
}

#portal-shoutbox-shouts-today {
	width:49%;
	float:right;
}

#portal-shoutbox-shouts-yesterday {
	width:49%;
	float:left;
}

#portal-shoutbox-shouts-footer {
	clear:both;
}

#portal-wrap .portal-shoutbox-header {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#portal-wrap .portal-shoutbox-title {
	text-align: center;
}

#portal-wrap .portal-shoutbox-shouts {
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
}
#portal-wrap .portal-shoutbox-shout {
	list-style-type: none;
	line-height: 1.7em;
}

#portal-wrap .portal-shoutbox-shout-time {
  	/* font-weight: bold; */
	font-size:0.9em;
}

#portal-wrap .portal-shoutbox-shout-shouter {
	text-decoration: none;
	font-weight: bold;  
	font-size: 1em;
}

#portal-wrap .portal-shoutbox-shout-message {
	overflow: auto;
	font-size: 0.9em;
}


