/* Separate complete messages using matte surfaces and space. */
html body .wapper #chat #chat_messages .chat_message {
 background:#2b2f2d!important;
 border-color:transparent!important;
 border-radius:10px!important;
 margin-bottom:10px!important;
 box-shadow:none!important;
}
html body .wapper #chat #chat_messages .chat_message:hover {
 background:#303532!important;
 border-color:transparent!important;
 box-shadow:none!important;
}
