.amscroll-load-button {
    background: rgb(58,79,98);
    border: 0;
    color: #fff;
    font-weight: bold;
    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: bold;
    clear: both;
}

.amscroll-navbar{
    position: fixed;
    bottom: 1%;
    right: 10%;
    z-index: 99999;
    color: white;
    padding: 6px 50px 6px 5px;
    height: 26px;
    box-sizing: content-box !important;
}

.amscroll-navbar-text {
    line-height: 26px;
    text-transform: lowercase;
}

.amscroll-navbar a{
    background: url(../images/up.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 5px;
    cursor: pointer;
}
