/* Use comments to disable CSS */


.block-views-blockalerts-cwb-alerts-ticker {
    background-color: transparent;
}

.ticker-content.ticker-component {
  background-color: #ffb951;
}

.cwb-alerts_container {
  background-image: url('https://smpa.com/sites/default/files/images/OrangeBars.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
}
span.alert-message a {
    color: black;
}
/* These rulesets hide the "Latest" and "Arrow control" */
.ticker-label.ticker-component h2 {
    display: none;
}
a.ticker-pager-next {
    display: none;
}
