<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    height: 100%;
    margin-bottom: 0px;
}
.hsfooter-right {
    float: right!important;
    padding-right: 0px!important;
    padding-top: 0px!important;
    margin-bottom: 0px!important;
}

.hsfooter-left {
    float: left;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}
.hsfooter {
    top: 100vh;
    width: 100%;
    position: absolute;
    background-color: #222;
    left: 0;
    color: #fff;
    padding-top: 0px;
    margin-bottom:0px;
    font-size: 12px
}


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.pager {
    padding-left: 0;
    margin:  0!important;
    text-align: left !important;
    list-style: none;
}
.pager li{
    display: inline;
}
.pager &gt;a{
    display: inline-block;
    padding: 5px 14px;
}

.next &gt; a {
    float: right;
}

.previous &gt; a {
    float: left!important;
    left:5px;
}
.bodypadding {
    padding: 8vh 0 0 0px;
    margin: 0;
}

main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
}

ul.pager {
    margin-left: 10px;
    float: left !important;
}

.pager {
    margin-left: 0px !important;
    text-align: left !important;
    position: absolute;
}

    .pager .previous &gt; a {
        float: left !important;
        left: 0;
    }

    .pager li &gt; a {
        color: #fff;
        font-weight: bold;
        background-color: darkblue;
        font-size: 20px;
        text-align: left !important;
        float: left !important;
        left: 0;
    }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
@media only screen and (max-width: 760px) {
    .pager li &gt; a {
        color: #fff;
        font-weight: bold;
        background-color: darkblue;
        font-size: 12px;
        text-align: left !important;
        float: left !important;
        left: 0;
    }
    .pager .next &gt; a {
        float: left !important;
        left: 0;
    }
}

    </pre></body></html>