.pagination { width: 100%; margin-top:  6em; position: relative; text-align: center; }
.pagination > ul { display: inline-block; }
.pagination > ul > li { width: 1.57em; height: 1.57em; background-color: #f9f9f9; border: 1px solid #dfdfdf; border-radius: 4px; float: left; font-size: 0.875em; color: #666; display: flex; align-items: center; justify-content: center;}
.pagination > ul > li.now { background-color: #0068b7; border-color: #0068b7; color: #fff !important; }
