/* Print Style Sheet */

@media print {

  @page { size: landscape; }


#sitetop,
#splash,
.sabai-navigation,
.sabai-directory-filters,
.sabai-directory-search,
#footer { display: none;}


.page-break { 
	display: block; 
	page-break-before: always; 
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
	display: none !important;
}

a:link:after, a:visited:after {
      display: none;
    content: "";
}

a[href]:after {
      display: none;
    content: none !important;
  }

}

