﻿body {
    font-family: Arial,Helvetica,sans-serif !important;
}

.new {
    background: #d686ce !important;
    border-bottom: solid 1px #cf2e2e;
}



.new:hover {
    background: #cf2e2e !important;
}

.iconHolder {
    border: solid 1px #d686ce !important;
}


.chatCode {
    display: block;
    font-family: Consolas;
    float: right;
    position: absolute;
    right: 5px;
    font-size: small;
    opacity: 0.5;
}



.today {
    background: #d686ce;
    height: 1px;
}

    .today:hover {
        background: #d686ce;
    }