
 .pagination {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
			justify-content: center;
			margin-top:30px;
	 display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; border:none;
        }
		.pagination li {
    display: inline-block;
    margin: 0 7px;
    height: 30px;
    line-height: 30px;
}
