.pageOverlay {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: block;
}

.loadingMessage {
  font-family: "Open Sans";
  padding: 25px 40px;
  position: absolute;
  text-align: center;
  top: 45%;
  left: 50%;
  /* width: 180px; */
  margin-top: -25px;
  margin-left: -90px;
  font-size: 25px;
  line-height: 20px;
  color: #888;
  letter-spacing: -1px;
  background: #FFF;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #DDD;
}