

div.pager {
    text-align: center;
  /*   margin: 1em 0;*/
	justify-content: center;
	
}
div.pager span {
    display: inline-block;
    background: transparent;
/*	display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 0.475rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem;
	padding-top: 6px;
	margin-left: 4px;
	
}
div.pager span.active {
    background: #3e97ff;
	/* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 0.475rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem;
	color: #fff;
	
}
			
div.pager span:hover {
    background: #F9F9F9;
	/* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 0.475rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem;
	color: #3e97ff;
	
}

div.pager span.active, hover {
    background: #3e97ff;
	/* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 0.475rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-weight: 500;
    font-size: 1.075rem;
	color: #fff;
	
}
