ul.alerts {
    display: block;
    font-size: 18px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    font-family: sans-serif;
}

ul.alerts a {
    background-color: #ff8523;
    color: #000000;
    display: inline-block;
    padding: 20px 24px;
    text-decoration: none;
    width: 100%;
}

ul.alerts span {
    margin: 0 0.4rem;
}

ul.alerts span.break-pipe {
    display: block;
    visibility: hidden;
    line-height: 0.3;
}

@media (max-width: 772px) {
    ul.alerts a {
        font-size: 16px;
    }
}