#busy-indicator {
  display: none;
  background: #ff0000;
  margin: 0px;
  padding: 2px 10px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 200px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
