.notification-banner-padding {
    border: 5px solid #1d70b8; /* default to blue */
    padding: 20px;
    padding-bottom: 10px;
    margin-top: 30px !important;
    margin-bottom: 20px;
}

.notification-banner-border-blue {
    border: 5px solid #1d70b8;
}
.notification-banner-border-green {
    border: 5px solid #00703c;
}
.notification-banner-border-orange {
    border: 5px solid #f47738;
}
.notification-banner-border-red {
    border: 5px solid #d4351c;
}
.notification-banner-hyperlink-blue {
    color: #1d70b8;
}