/* line 19, /3gears/app/assets/stylesheets/flash.sass */
#flash {
  z-index: 1000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  position: absolute;
  left: 0;
  top: 36%;
  max-width: 550px;
}

/* line 30, /3gears/app/assets/stylesheets/flash.sass */
#flash li {
  background-color: #1E1E28;
  border: 2px solid #D087BF;
  border-radius: 3px;
  padding: 2.5em 1em;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 19px;
}
/* line 39, /3gears/app/assets/stylesheets/flash.sass */
#flash li .button {
  background: transparent;
  border: 1px solid white !important;
  margin-top: 20px;
  padding: 6px 37px;
  font-size: 15px;
}

/* line 48, /3gears/app/assets/stylesheets/flash.sass */
#busy-indicator {
  position: fixed;
  top: 0;
  left: 0;
  background-color: red;
  padding: 0.5em 1em;
  display: none;
}
