	.pagination-part {
	    width: 100%;
	    text-align: center;
	    clear: both;
	    margin-bottom: 3rem;
	   }
	   .pagination{
	    display: inline-block;
	    margin: 0 auto;
	    overflow: hidden;
	    position: relative;
	    padding-top: 20px;
	   }
	   .pagination p{
	    position: absolute;
	    top: 0;
	    width: 100%;
	    display: block;
	    text-align: center;
    
	   }
	   .pagination a,
	   .pagination span{
	    float: left;
	    padding:.2rem .3rem;
	    margin: 0 .2rem;
	    font-size: 12px;
	    display: block;
	    line-height: 1;
	    border: 1px solid #007ACC; 
	   }
	   .pagination a {
	    text-decoration: none;
	    background: #fff;
	    color: #007acc;
	   }
	   .pagination span {
	    background: #007ACC;
	    color: #fff;
	   }

