﻿#SiteWideBanner {
    display: block;
    padding: 15px;
    border: 1px solid transparent;
    background-color: #d12229;
    border-radius: unset;
    margin-bottom: 0;
}

#SiteWideBanner * {
    color: #fff !important;
    font-size: 18px;
    line-height: 1.6em;
}

#SiteWideBanner a {
    color: #f4db19 !important;
    text-decoration: none;
}

#SiteWideBanner a:visited {
    color: #f4db19 !important;
}