/* Extended css styles */
.clear {
    clear:both;
}
ul .page-numbers{
border-bottom-color rgb(136, 136, 136);
border-bottom-style none;
border-bottom-width 0px;
border-image-outset 0;
border-image-repeat stretch;
border-image-slice 100%;
border-image-source none;
border-image-width 1;
border-left-color rgb(136, 136, 136);
border-left-style none;
border-left-width 0px;;
border-right-color rgb(136, 136, 136);
border-right-style none;
border-right-width 0px;
border-top-color rgb(136, 136, 136);
border-top-style none;
border-top-width 0px;
clear none;
color rgb(136, 136, 136);
display block;
font-family Muli, Arial, Helvetica, sans-serif;
font-size 13px;
font-style normal;
font-weight 400;
height 45px;
letter-spacing 0.6px;
line-height 26px;
list-style-type disc;
margin-block-end 1px;
margin-block-start 1px;
margin-bottom 1px
margin-inline-end 1px
margin-inline-start 1px
margin-left 1px;
margin-right 1px;
margin-top 1px;
outline-color rgb(136, 136, 136);
outline-style none;
outline-width 0px;
padding-bottom 0px;
padding-inline-start 0px;
padding-left 0px;
padding-right 0px;
padding-top 0px;
text-wrap nowrap;
vertical-align baseline;
white-space-collapse collapse;
width 918px;
  
  
  
  
  
  /*
  height: 45px;
  margin-block-end: 1px;
  margin-block-start: 1px;
  margin-bottom: 1px;
  margin-inline-end: 1px;
  margin-inline-start: 1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 1px;
  text-align center;
  text-wrap nowrap;
  vertical-align baseline;
  white-space-collapse collapse;
  width 918px;
  */
}

.page-numbers li.active{
    background: #cb3435;
    border: 1px solid #cb3435;
    color: #fff;
}

.page-numbers li.active a{
    background: #cb3435;
    border: 1px solid #cb3435;
    color: #fff;
}

.page-numbers li.disabled{
    background: #cb3435;
    border: 1px solid #cb3435;
    color: #fff;
}

.page-numbers li.disabled span{
    background: #cb3435;
    border: 1px solid #cb3435;
    color: #fff;
}
.page-numbers li{
display: inline-block;
font-family: Muli, Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 400;
height: 37px;
letter-spacing: 0.6px;
line-height: 26px;
list-style-type: none;
margin-bottom: 0px;
margin-left: 2px;
margin-right: 2px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: center;
text-wrap: nowrap;
vertical-align: baseline;
width: 37px;

}