.pw_body_loading_overlay {
  position: absolute;
  top: 20%;
  left: 20%;
  right: 0;
  bottom: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
}

.pw-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  overflow-y: scroll;
}

.pw-show {
  display: inline;
}

.pw_backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.4);
}

#pw-scroller-top {
  position: fixed;
  bottom: 170px;
  right: 0px;
  z-index: 1050;
}

#pw-scroller-up {
  position: fixed;
  bottom: 135px;
  right: 0px;
  z-index: 1050;
}

#pw-scroller-down {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 1050;
}

#pw-scroller-bottom {
  position: fixed;
  bottom: 65px;
  right: 0px;
  z-index: 1050;
}

.pw-scroller a {
  display: block;
  background: #ffffff;
  text-decoration: none;
  color: #606060;
  width: 40px;
  padding: 5px 2px 5px 5px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  text-align: center;
}
/*# sourceMappingURL=pw_ui.css.map */