#widget_loading {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.loading_msg {
  background: white url(//web-archive.nli.org.il/National_Library/20160930123623oe_///cdn.oreillystatic.com/members/images/sm-spinner.gif) no-repeat 3% center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: -56px 0 0 -70px;
  padding: 30px 25px 30px 40px;
  width: 140px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

#widget_status {
  max-width: 740px;
  height: auto!important;
  padding: 22px 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: auto;
}

#widget_status h1, #widget_status h2 {
  margin-bottom: 6px;
  font-weight: normal;
  color: #333;
}

#widget_status h1 {
  font-size: 30px;
  line-height: 1.3em;
}

#widget_status h2 {
  font-size: 24px;
  line-height: 1.3em;
}

#widget_status p, #widget_status li {
  font-size: 19px;
  line-height: 1.3em;
}
