body {
  position: relative; }

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

.modal {
  margin: 40px; }

.error-message {
  display: none; }

.error .error-message,
.invalid .not-found,
.error-invalid .invalid,
.error-not-found .not-found {
  display: inline !important; }

#aexp-comments .report {
  display: none; }

#aexp-comments .report.show {
  display: inline-block; }
