.card {
    margin: 1rem 1rem 1rem 1rem;
}

.notif {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.notif-dismissible {
  padding-right: 35px;
}

.notif-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.notif-success {
  background-color: #dff0d8;
  border-color: #c0dca0;
  color: #3c763d;
}

.notif-warning {
  background-color: #fddcc6;
  border-color: #ffc3aa;
  color: #895132;
}

.notif-warning a {
  color: #ff9900;
}

.notif-error {
  background-color: #f5d7d7;
  border-color: #fdbac2;
  color: #a94442;
}