/*Web Alert style sheet*/


.web-alert.before-header-alert {
    text-align: center;
    padding: 15px 0;
    background: #E11B22;
}
.web-alert.before-header-alert a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .web-alert.before-header-alert a{
        font-size:12px;
    }
}