.notifications-list-index {
    background-color: white;
    .notification-card {
        a {
            color: #3399cc;
            font-weight: 700;
        }
        .submit-anchor {
            color: #ff0000;
            font-weight: 500;
            text-transform: uppercase;
        }
    }
}

.title-red {
    background: #ff818b;
}

.notification-list {
    .notibox.hasError {
        .notificationfullwidth {
            strong {
                font-weight: 600;
            }
            a {
                display: inline-block;
                color: #3399cc;
                font-weight: 700;
            }
        }
    }
}
