.amscroll-load-button {
  background: #3a4f62;
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  margin: 5px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.amscroll-loading {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 50px;
}
.amscroll-page-num {
  background: #efefef;
  color: #807d7d;
  padding: 5px 10px;
  text-align: left;
  font-size: larger;
  font-weight: 700;
  clear: both;
}
.amscroll-navbar {
  position: fixed;
  bottom: 1%;
  right: 10%;
  z-index: 99999;
  color: #fff;
  padding: 6px 50px 6px 5px;
  height: 26px;
  box-sizing: content-box !important;
}
.amscroll-navbar-text {
  line-height: 26px;
}
.amscroll-navbar a {
  background: url(../images/up.png);
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
