.flash-message-reporter {
  border: none;
  margin-top: 64px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3;
}
.notice {
  margin-bottom: 0;
}
.notice--success {
  background-color: #c3eed7;
  border-color: #206f45;
}
.notice--error {
  background-color: #f4c4c5;
  border-color: #7f1719;
}
.notice--warning {
  background-color: #fff3db;
  border-color: #b77d00;
}
