.alert-wrapper {
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  opacity: 1;
}

.alert {
  opacity: 1;
}

.alert .close:hover, .alert .close:focus {
  background: none;
}

.alert .close:not(:disabled):not(.disabled) {
  margin-right: 5px;
}
