
section#notifications span.new {
    color: var(--greenBackground);
    text-transform: uppercase;
    padding-right: 20px;
    font-weight: bold;
}

section#notifications ul {
    list-style-type: none;
    margin-left: 0px;
}
section#notifications ul li.sln-notification {
    border-bottom: 1px dotted #E1E1E1;
    line-height: 60px;
}
section#notifications ul li.sln-notification img {
    padding-right: 10px;
    vertical-align: middle;
    max-height: 36px;
}

p.email-confirmation-warning {
    color: #a33;
    margin-bottom: 20px;
    font-size: 120%
}

p.email-confirmation-warning a,
p.email-confirmation-warning a:hover {
    color: #a33;
    text-decoration: underline;
}
