#pages-jump {
    background: #F7F7F7;
    clear: both;
    height: 3.0em;
    line-height: 3.0em;
    position: relative;
    text-align: center;
    padding: 0 1.0em;
}

#pages-jump a {
    background: #FFF;
    border: 1px solid #D8DFEA;
    color: #3B5998;
    padding: 2px 6px;
    text-decoration: none;
}

#pages-jump span a {
    background: none;
    border: none;
    padding: 0;
}

#pages-jump span a:hover {
    text-decoration: underline;
}

#pages-jump .this-page {
    font-weight: bold;
    padding: 2px 6px;
}

#pages-jump.top {
    border-bottom: 1px solid #CCC;
}

#pages-jump.bottom {
    border-top: 1px solid #CCC;
    margin-top: 10px;
}

#pages-jump .right-line {
    float: right;
}

#pages-jump .left-line {
    float: left;
}

#pages-jump strong {
    margin: 0 0.25em;
}

*html .bottom {
    border-top: 1px solid #CCC;
    margin-top: 10px;
}

.no-page {
    height: 2.0em !important;
    line-height: 2.0em !important;
}

.no-page.align-left {
    text-align: left !important;
}
