#authcachedebug fieldset {
  padding-top: 30px;
}

#authcachedbg {
  z-index: 99999;
  text-align: left;
  font-size: 11px;
  background: #f7f7f7;
  color: #000;
  padding: 5px 20px 5px 5px;

  position: absolute;
  top: inherit;
  left: 0px;
  bottom: auto;
  right: auto;
}

#authcachedbg.top-right {
  position: absolute;
  top: inherit;
  left: auto;
  bottom: auto;
  right: 0px;
}

#authcachedbg.bottom-left {
  position: fixed;
  top: auto;
  left: 0px;
  bottom: 0px;
  right: auto;
}

#authcachedbg.bottom-right {
  position: fixed;
  top: auto;
  left: auto;
  bottom: 0px;
  right: 0px;
}

#authcache_status_indicator {
  position: absolute;
  right: 3px;
  top: 8px;
  height: 10px;
  width: 10px;
  opacity: 0.5;
}
