﻿
.paginator1 {
    font: 1.0rem Arial, Helvetica, sans-serif;
    display:flex;
    justify-content:center;
    justify-items:center;
    align-content:center;
    align-items:center;
}

    .paginator1 a {
        width: auto !important;
        min-width: 28px;
        min-height: 32px;
        text-align: center;
        margin: 0 auto;
        height: 25px;
        line-height: 25px;
        padding: 2px 3px;
        color: #048ce9;
        cursor: pointer;
        text-decoration: none;
        display: block;
        float: left;
        /*border: solid 1px #dcdcdc;*/
    }

        .paginator1 a:visited {
            padding: 1px 6px;
            border: solid 1px #2563eb;
            background: #fff;
            text-decoration: none;
        }

        .paginator1 a:hover {
            border: solid 1px #2563eb;
            color: #f60;
            text-decoration: none;
        }

    .paginator1 .cpb {
        width: auto !important;
        min-width: 28px;
        min-height:32px;
        text-align: center;
        margin: 0 auto;
        height: 25px;
        line-height: 25px;
        padding: 2px 3px;
        font-weight: 800;
        display: block;
        float: left;
        /*border: 1px solid #dcdcdc;*/
    }
