.wpmu-new-comments {
    width: 680px;
}

.wpmu-new-comments-header {
    color: #670000;
    font-size: 15px;
    font-weight: lighter;
    line-height: 25px;
    margin: 24px 8px 8px 8px;
    display: block;
}

.wpmu-new-comments-list {
    list-style: none;
}

.wpmu-new-comments-list .wpmu-new-comments-node:before {
    content: "\00BB";
	display: inline-block;
	float: left;
}

.wpmu-new-comments-list .wpmu-new-comments-node {
    border-bottom: 1px solid #C6C6C6;
    padding: 8px 12px;
    color: #111;
	display: inline-block;
	width: 100%;
}

.wpmu-new-comments-list .wpmu-new-comments-node:after {
    clear: both;
	content: '';
	display: table;
}

.wpmu-new-comments-node-link {
    color: #858585;
	display: inline-block;
	float: left;
	max-width: 490px;
	width: 100%;
	margin-left: 10px;
}

.wpmu-new-comments-node-link:hover {
    text-decoration: underline;
}

.new-comments-node-date {
    display: inline-block;
    float: right;
	height: 1.5em;
}