.batch-navigation {
    background: #d6d6d6;
    border: 1px #bab5ab solid;
    padding: 0em 1em;
    vertical-align: top;
    text-align: center;
    margin: 1em auto;
    font-size: 94%;
    clear: both;
} 
.batch-navigation a {
    text-decoration: none;
    padding: 0 0.5ex; 
}
.batch-navigation a:hover {
    background: #bab5ab;
}
.batch-navigation span.previous,
.batch-navigation a.previous {
    text-align: left;
    float: left;
    margin-right: 1em;
}
.batch-navigation span.next,
.batch-navigation a.next {
    text-align: right;
    float: right;
    margin-left: 1em;
}

.batch-extra-navigation {
    display: none;
    clear: both;
}

.batch-extra-navigation .more,
.batch-extra-navigation .less {
    float: left;
}

