/**
 * @file
 * Visual styles for Business+'s alerts.
 *
.header-top-highlighted__section .alert {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
}
.alert .close {
  opacity: 1;
  filter: alpha(opacity=1);
  text-shadow: none;
  padding: 0 10px;
  height: 100%;
  top: -6px;
  right: 0;
  font-size: 34px;
}
.alert .close:hover {
  color: inherit;
}
*/

.header-top-highlighted__section .alert {
  padding: 10px 0;
  margin: 0;
  font-size: 14px;
}
.alert .close {
  opacity: 1;
  filter: alpha(opacity=1);
  text-shadow: none;
  padding: 0 10px;
  height: 100%;
  top: -6px;
  right: 0;
  font-size: 34px;
}
.alert .close:hover {
  color: inherit;
}

.alert-section {
  width: 100%;
  margin: auto;
  text-align: center;
}

.alert {
  padding: .7143rem 1.071rem;
  margin-bottom: 1.429rem;
  border-radius: 2px;
  border: 1px solid transparent;
  /*color: #FFF*/
}

.alert .close {
  position: relative
}

.alert.alert-dismissable .close,
.alert.alert-dismissible .close {
  top: -2px;
  right: 0px;
  color: inherit
}

