.tablePagination {
    padding-left: 0;
    margin-top: 1em;
}
.tablePagination:before {
    content:"Page: ";
}
.tablePagination li {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    padding: 2px 9px;
}
.tablePagination li:hover {
    background: #eee;
}
.tablePagination .current {
    background: #26b;
    color: #fff;
}
