
/*Add page number to the bottom center of the left and right pages */
@page :left {
  @bottom-center {
    content: counter(page);
  }
}
@page :right {
  @bottom-center {
    content: counter(page);
  }
}
@page { font-size: 8.5pt;}