.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: 50px;
    right: 9%;
    z-index: 999;
    color: white;
    padding: 6px 31px 6px 5px;
    height: 42px;
    box-sizing: content-box !important;
    background: none!important;
}

@media (max-width: 1024px) {
    .amscroll-navbar {
        bottom: 4%;
    }
}

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

.amscroll-navbar a{
    display: inline-block;
    width: 42px;
    height: 42px;
    position: absolute;
    cursor: pointer;
}

.amscroll-navbar a:before {
    content: "\f35b";
    font-family: "Font Awesome 5 Free",sans-serif;
    color: #43799f;
    font-size: 42px;
}
