.stickyPopupSettings {
  position: absolute;
  left: 0px;
  top: 0px;

  width: 400px;
  background-color: #ffffff;
  border: 1px solid #aeaeae;
  z-index: 1000;
}

.stickyPopupLoadingSettings {
  width: 100%;
  text-align: center;
  font: 12px Serif;
  line-height: 30px;
  letter-spacing: 1px;
}


