body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px; }

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center; }

.loading-indicator {
  text-align: center;
  background: url(/img/loading.gif) no-repeat center bottom;
  width: 100px;
  height: 100px; }

/*# sourceMappingURL=manual-app.css.map */
