.ssrf-notification {
    padding: 10px;
    margin: 20px 0;
    text-align: center;
}

.ssrf-notification--error {
    border: 2px solid red;
    background-color: #ffe6e6;
    color: red;
}

.ssrf-notification--success {
    border: 2px solid green;
    background-color: #e6ffe6;
    color: green;
}

.ssrf-notification--warn {
    border: 2px solid #ffcc00;
    background-color: #ffffe6;
    color: #ffcc00;
}

.ssrf-notification--info {
    color:#154194;
    font-size: 20px;
    line-height: 1.4;
}

.ssrf-notification--info-box {
    border: 2px solid #154194;
    color:#154194;
    font-size: 20px;
    line-height: 1.4;
}

.ssrf-notification a {
    text-decoration: underline;
}