.navfooter {
    font-size: small;
}

.navfooter ul {
    text-decoration: none;
    list-style-type: none;
    display: table;
    width: 94%;
    margin: 1em 3%;
    padding: 0;
}

.navfooter ul li.prev {
    display: table-cell;
    text-align: center;
    float: left;
    margin: 0;
}

.navfooter ul li.next {
    display: table-cell;
    text-align: center;
    float: right;
    margin: 0;
}