@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.alert-sm {
  padding: 0.3125rem 0.625rem;
}

.alert a {
  font-weight: bold;
}

.alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

.alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

.alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

.alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

.alert-dismissible .close {
  background: transparent;
  border: 0px;
}
/*# sourceMappingURL=alerts.component.css.map */
