#popups-overlay {
  position: absolute;
  background: black;
  z-index: 9;
  top: 0;
}
#popups-loading {
  z-index: 10;
  position: relative;
}
#popups-loading div {
  position: absolute;
}
#popups {
  border: 1px solid black;
  background: white;
  position: absolute;
  z-index: 10;
  padding: 0.5em;
  width: auto;
  height: auto;
  overflow: auto;
}
#popups-title {
  font-weight: bold;
  margin-bottom: 0.25em;
}
#popups-title div.title {
  float: left;
}
#popups-title #popups-close {
  float: right;
}
#popups-title #popups-close a {
  font-weight: normal;
}