.spinner {
  height: 100%;
  width: 100%;
  background-color: #DDD;
  opacity: 0.6;
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.spinner div {
  margin-top: auto;
  margin-bottom: auto;
}

/*# sourceMappingURL=spinner.css.map */
