/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
/* line 15, ../../app/assets/stylesheets/application.scss */
#error_explanation, #notice {
  clear: both;
}
/* line 17, ../../app/assets/stylesheets/application.scss */
#error_explanation, #error_explanation .warn, #notice, #notice .warn {
  color: red;
}
/* line 18, ../../app/assets/stylesheets/application.scss */
#error_explanation ul, #notice ul {
  margin: 10px 0 10px 20px;
}
/* line 19, ../../app/assets/stylesheets/application.scss */
#error_explanation li, #notice li {
  margin-left: 40px;
  font-size: 120%;
}
/* line 22, ../../app/assets/stylesheets/application.scss */
#error_explanation li::before, #notice li::before {
  content: '!';
  margin: 0 20px 0 -20px;
  font-weight: bold;
  color: darkred;
}