/* line 1, /data/webapps/dogtv/current/app/assets/stylesheets/pagination.scss */
.pagination-wrapper {
  width: 100%;
}
/* line 3, /data/webapps/dogtv/current/app/assets/stylesheets/pagination.scss */
.pagination-wrapper .pagination {
  margin: 40px auto 0;
  display: table;
  border-collapse: collapse;
}
/* line 7, /data/webapps/dogtv/current/app/assets/stylesheets/pagination.scss */
.pagination-wrapper .pagination .page-item {
  display: table-cell;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: solid 1px #d5d5d5;
  font-family: Montserrat;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
/* line 18, /data/webapps/dogtv/current/app/assets/stylesheets/pagination.scss */
.pagination-wrapper .pagination .page-item a {
  color: #999;
}
/* line 22, /data/webapps/dogtv/current/app/assets/stylesheets/pagination.scss */
.pagination-wrapper .pagination .page-item.active {
  color: #222;
  font-weight: bold;
  border: solid 2px #222;
}
/* line 26, /data/webapps/dogtv/current/app/assets/stylesheets/pagination.scss */
.pagination-wrapper .pagination .page-item.active a {
  color: #222;
}
