<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
.maniloadmore{
    text-align: center;
    margin-bottom: 80px;
} 
.maniloadmoreBTN {
    color: rgb(80, 80, 80);
    background: none;
    display: inline-block;
    transition: all ease-in-out .2s;
    border-radius: 22px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 16px;
    cursor: pointer;
    outline: none;
    border: solid 2px rgb(80, 80, 80);
} 
.maniloadmoreBTN:hover {
    border: solid 2px rgb(80, 80, 80);
    color: rgb(80, 80, 80);
    box-shadow: none;
}  
.maniloadmoreBTN .bi{
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
#maniloadmore_loading {
    background: url(../images/loading.gif) no-repeat center;  
    height: 50px;
    background-size: contain;
    display: none;
    width: 100%;
    margin: 10px 0;
} 
.maniloadmoreBTN[disabled="disabled"]{
    background: #ddd;
    cursor: not-allowed !important;
    color: #666;
}
#catlink{
    display: none;
}</pre></body></html>