.PagerView {
    color: #333;
    text-align: left;
    margin: 20px;
    text-align: center;
}

    .PagerView span, .PagerView span:hover {
        color: #0e90d2;
        margin: 0 2px;
        padding: .5em 1em;
    }

    .PagerView p {
        font-size: 12px;
        color: #999;
    }

    .PagerView span.on {
        color: #fff !important;
        font-weight: bold;
        border: 1px solid #0e90d2 !important; 
        background-color: #0e90d2 !important;
    }

    .PagerView a {
        color: #00f;
        text-decoration: none;
    }

        .PagerView a span {
            /*border: 1px solid #ccc;*/
            color: #0e90d2;
        }

        .PagerView a:hover span {
            color: #0183e1;
            background: #fff;
        }

    .PagerView .am-btn {
        border-radius: 2px;
    }

    .PagerView .am-btn-default {
        background-color: #f8f8f8;
    }
