.list-view .pager
{
    margin: 15px 0;
    text-align: center;
}

ul.yiiPager a {
    background: #fff !important;
    color: #43961A !important;
    font-weight: bold !important;
    cursor: pointer !important;
    border: 1px solid #43961A !important;
}

ul.yiiPager .selected a {
    background: #63B63A !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    cursor: default !important;
}

ul.yiiPager a:hover {
    color: #83d65A !important;
    border: 1px solid #83d65A !important;
}

ul.yiiPager .selected a:hover {
    background: #63B63A !important;
    color: #FFFFFF !important;
}