
.header-news-bar-alert {
  color: #b00;
  padding: 4px 10px;
  display: flex;
  justify-content: space-between;
}

.header-news-bar-alert a {
  color: #b00;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 2px;
}

.header-news-bar-alert a:hover {
  background-color: #b00;
  color: #fff;
}

.header-news-bar-alert span {
  /* for support in Safari 4.0 - 8.0 */
  -webkit-animation: 1.5s linear infinite blinky-effect;
  animation: 1.5s linear infinite blinky-effect;
}
