.discontinued-banner {
    padding: 15px;
    margin: 20px 0;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    color: #856404;
    position: relative;
    font-size: 24px
}

.discontinued-banner h3:before {
    content: "\f05a";
    font: 700 22px/22px "FontAwesome";
    margin-right: 10px;
}

.discontinued-banner h3 {
    font-size: 18px;    
}

.discontinued-banner a {
    color: #004085;
    font-weight: bold;
    text-decoration: none;
}

.discontinued-message {
    font-size: 18px;
    color: #dc3545;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #dc3545;
    text-align: center;
}
