<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* to list the message
----------------------------------------------------------*/

.messageContainer 
{
	margin-bottom: 10px;
	border: 1px solid #5c9ccc;
	background-color: #EFEFEF;
    padding: 10px;
}

.messageContainer &gt; p
{
    font-size: 14px;
    line-height: 17px;
	margin: 0;
}
</pre></body></html>