div.flash_msg,
div.flash_error,
div.flash_message,
div.flash_notice {
  padding: .5em;
  margin: 1em;
  border: 1px solid #eee;
}

div.flash_error {
  background: #DC143C;
  color: white;
}

div.flash_notice,
div.flash_message{
  background: #98FB98;
  color: black;
}

div.flash_msg {
  background: #ffff33;
  color: black;
}
