<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.notification {
	padding: 16px;
	font-size: 12px;
}

.notification.unread { }
.notification .notification-create-date {
	color: #999;
}

.notification.indent {
    padding-left: 111px;
    padding-top: 4px;
}

.notification .notification-message { }
.notification.unread .notification-message {
	font-weight: bold;
}

.notification a.notification-link {
    color: #000;
    line-height: 18px;
}

.notification a.notification-link:hover {
    color: #4fafd1;
}

.notification .intro-line {
	color: #999;
    line-height: 18px;
}

.notification .private-message {
	margin-bottom: 4px;
}

.empty-shingle {
	text-align: center;
}

.notification .trash-icon {
    margin-left: 3px;
}

.notification .reply {
    display: none;
    cursor: pointer;
    margin-left: 5px;
    font-size: 11px;
    color: #4fafd1;
}

.notification .contributor {
    margin-right: 10px;
    height: 82px;
}</pre></body></html>