/**
 * @file
 * Visual styles for Flashy+'s alerts.
 */
.header-top-highlighted__section .alert {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
}
.alert .btn-close {
  opacity: 1;
  filter: alpha(opacity=1);
}
.alert .btn-close:hover {
  color: inherit;
}
