.pager-wrap 
{
    clear: both;
    font-size: 12px;
    color: #666;
    user-select: none;    
}
.pager-wrap a,
.pager-wrap span {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
    padding: 10px 14px;
    color: #666; 
    border-radius: 2px;
    background: #eff3f6;
    border: 1px solid #e6e6e6;
}
.pager-wrap a[href] 
{
    cursor: pointer;
}
.pager-wrap a[href]:hover {
    background: #ddd;
}
.pager-wrap .pager-active 
{
    color: #fff;   
}
.pager-wrap .pager-goto 
{
    width: 37px;
    margin: 0 1px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #ddd;    
}
.pager-wrap .pager-goto:focus 
{
    outline: none;    
}