#loading {

  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  color: #888;
  background-color: black;
  z-index: 99999;
  transform: translate3d(0px, 0px, 502px);
  text-align: center;

}

.white {

  color: #666 !important;
  background-color: white !important;

}

#loading p {

  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15em;
  height: 1.5em;

}