<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div-message-new
{
    width: 16px;
    height: 16px;
    background: url(/images/icons/new-message.png) no-repeat center center;
}
.div-message-read
{
    width: 16px;
    height: 16px;
    background: url(/images/icons/mail-message.png) no-repeat center center;
}
.div-message-close
{
    width: 16px;
    height: 16px;
    background: url(/images/icons/message.png) no-repeat center center;
}
.div-message-response
{
    width: 16px;
    height: 16px;
    background: url(/images/icons/read-message-new.png) no-repeat center center;
}
.div-message-cust-response
{
    width: 16px;
    height: 16px;
    background: url(/images/icons/message-response.png) no-repeat center center;
}
.div-message-urgent
{
    width: 16px;
    height: 16px;
    background: url(/images/icons/new-message-urgent.png) no-repeat center center;
}

</pre></body></html>