/*************************************************************************************************/
/* these next four stills, ui-datatable and the ui-datatable tr/td/th styles, help normalize     */
/* the borders around grid elements on multiple print pages.  Previously, while the first page   */
/* had not borders on grid elements, every subsequent page had vertical bars between rows. Now   */
/* every element has a border on print.  Not optimal but, at least, consistent                   */
/*************************************************************************************************/
.ui-datatable {
  /*border: thin solid #0064b4 !important;*/
  border: none !important;
}

.ui-datatable tr,
.ui-datatable td {
  border: 1px solid #005ea2 !important;
}

.ui-datatable th {
  font-weight: bold;
  background: none !important;
  color: black !important;
  border: 1px solid #005ea2 !important;
}

.box {
  display: none;
}

a,
a:visited {
  color: black !important;
}

/* hide the datatable paginator on print */
.ui-paginator {
  display: none;
}

.psc-header {
  display: none !important;
}

.psc-breadcrumb {
  display: none !important;
}

.psc-footer {
  display: none !important;
}

.psc-footer-admin-notice {
  display: none !important;
}

.psc-menu {
  display: none !important;
}

/*# sourceMappingURL=pacerPrint.css.map */
