/* Customize the label (the container) */
.pagination{
    border: 0px solid #000;
    clear: both;
    text-align: center;
}

.pagination .page-item{
    display: inline-block;
    border: 0px solid #000;
    padding: 10px 5px;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    background: #d4d4d4;
    margin: 0 1px 0 0;
    border-radius: 5px;
    color: #000;
    font-size: 10pt;
}


.pagination .page-item.active{
    background: #04c571;
}



