/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .page-number {
   cursor: pointer;
   font-weight: bold;
 }

 .page-number.active {
   font-weight:normal;
   opacity: 0.75;
 }
