.navbar {
    background-color: #cf2e2e;
    background-image: none;
    border-bottom: 1px solid #cf2e2e;
    border-color: #cf2e2e;
}
.pagination > .active > a
{
    font-size: 12pt;
    font-weight: bold;  
    color: #fff;
    background-color: #337ab7;
}
