.PagerView {
    color: #333;
    text-align: center;
    margin: 8px;
}

.PagerView span {
    color: #999;
    margin: 0;
    padding: 5px 10px;
    /*border: 1px solid #ccc;*/
    border-right: none !important;
}

.PagerView span.on {
    color: #FF4242;
    font-weight: bold;
    background: #eee;
    /*border: 1px solid #ccc;*/
    border-right: none !important;
}

.PagerView a {
    color: #00f;
    text-decoration: none;
}

.PagerView a span {
    /*border: 1px solid #ccc;*/
    color: #000;
    border-right: none !important;
}

.PagerView a:hover span {
    color: #333;
    font-weight: bold;
    background: #eee;
}
