#aris-cache{
    position: fixed;
    height: 200px;
    width: 200px;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999999999;
    overflow: auto;
    font-size: 10px;
    line-height: 1;
}
#aris-cache > div{
    margin-bottom: 5px;
    color: #FFFFFF;
}
#ariscroll-container{
    text-align: center;
    min-height: 60px;
    position: relative;
    margin-bottom: 10px;
}
#ariscroll-spinner{
    background: url('../img/spinner.svg') no-repeat scroll 50% 0 transparent;
    background-size: 60px;
    height: 60px;
    transition: 0.2s all;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    opacity: 0;
}
#ariscroll-spinner.active{
    opacity: 1;
}
#ariscroll-more{
    margin-top: 10px;
    position: relative;
    transition: 0.2s all;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}
#ariscroll-more.active{
    opacity: 1;
    pointer-events: auto;
}
#ariscroll-last{
    height: 60px;
    transition: 0.2s all;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 60px;
    opacity: 0;
}
#ariscroll-last.active{
    opacity: 1;
}
.pagination{
    overflow: hidden;
}