nav[role="navigation"] {
  display:inline-block !important;margin-bottom:80px;margin-top:40px;text-align:center;width:100%;
}

.cd-pagination {
height: 0;
margin: 0;
text-align: center;
width: 100%;
}
.cd-pagination li {
  display: inline-block;
  margin: 0 .2em;
}
.cd-pagination li.button {
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .6em .8em;
  font-size: 1.6rem;
}
.cd-pagination a {
  border: 1px solid;
  border-radius: 0.25em;
}
.no-touch .cd-pagination a:hover {
}
.cd-pagination a:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
  content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  pointer-events: none;
font-weight:bold;
opacity:0.5;
}
.cd-pagination .other a {
border:none;
}
