/* Flash message styling - maps Rails flash types to Bootstrap alert styles */
.alert.alert-notice {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert.alert-alert,
.alert.alert-error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
