/* -- Pagination ------------------------------ */
a.page, a.page:link, a.page:visited, .page  {
    font-size:18px;
    line-height:36px;
    font-weight:bold;
    padding:5px 8px 5px 8px;
    display:inline-block;
    text-decoration:none;
    width:48px;
    height:48px;
    text-align:center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.page:hover  {
    text-decoration:none;
}
a.pageunselected  {
}
a.pageunselected:hover  {
}
a.pageunselected:focus, a.pageunselected:active  {
}
a.pageselected  {
}
a.pageselected:hover  {
}

a.pagefirst  {
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
a.pagelast  {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
.pageskip  {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor:default;
}
