.red {
    color: red !important;
}

tr.gray td {
    color: #ccc;
}

tr.yellow td {
    color: yellow;
}

tr.green td {
    color: green;
}

.multi-email {
    width: 675px;
    border: 1px solid #dcdcdc;
    float: left;
}

    .multi-email ul {
        padding: 0;
        margin: 0;
    }

        .multi-email ul li {
            display: inline;
            float: left;
            background: #eaeaea;
            border-radius: 15px;
            padding: 2px 10px;
            margin: 3px;
        }

            .multi-email ul li .email {
                width: 125px;
                overflow: hidden;
                text-decoration: none;
                text-overflow: ellipsis;
                white-space: nowrap;
                float: left;
            }
