.Pagination a.PageButton.Number {
    text-decoration: none;
    color: #fff;
    font-size: 1.4em;
    /* line-height: 1em; */
    background-color: #5b95d0;
    margin: 0 0.2em;
    padding: 0.2em 0.4em 0.3em 0.4em;
    box-sizing: border-box;
}

.Pagination a.PageButton.Number.Active {
    background-color: #88b8e8;
}

a.PageButton.First {
    display: inline-block;
    box-sizing: border-box;

    width: 23px;
    height: 29px;

    padding: 0.2em 0.4em 0.3em 0.4em;
    
    font-size: 1.4em;
    text-indent: -10000px;

    background: url(../Img/paging_arrow_first.png) no-repeat 0 0;
    background-position: center;
    background-size: 90%;
}

a.PageButton.Prev {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 .25em 0 .15em;
    width: 13px;
    height: 29px;
    padding: 0.2em 0.4em 0.3em 0.4em;
    font-size: 1.4em;
    text-indent: -10000px;
    background: url(../Img/paging_arrow_previous.png) no-repeat;
    background-position: center;
    background-size: 90%;
}

a.PageButton.Next {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0.15em 0 .25em;
    width: 13px;
    height: 29px;
    padding: 0.2em 0.4em 0.3em 0.4em;
    font-size: 1.4em;
    text-indent: -10000px;
    background: url(../Img/paging_arrow_next.png) no-repeat;
    background-position: center;
    background-size: 90%;
}

a.PageButton.Last {
    display: inline-block;
    box-sizing: border-box;
    width: 23px;
    height: 29px;
    padding: 0.2em 0.4em 0.3em 0.4em;
    font-size: 1.4em;
    text-indent: -10000px;
    background: url(../Img/paging_arrow_last.png) no-repeat;
    background-position: center;
    background-size: 90%;
}