.not-supported-msg {
  display: none;
  text-align: center;
  text-transform: uppercase;
}

#app-loading,
#app-loading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.no-es5object .not-supported-msg,
.no-js .not-supported-msg {
  display: block !important;
}

.no-es5object #app,
.no-js #app,
.no-es5object #app-loading,
.no-js #app-loading {
  display: none !important;
}

.spinner {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
