/* The printing cascading style sheet for this directory */

/* Force tables to have borders when printed and avoid breaking up tables*/

TABLE {
empty-cells: show;
page-break-inside: avoid}

TR {
page-break-inside: avoid}

/* Set a class to force the printing of borders around table cells */

TH.print {
border: 1px solid black}

TD.print {
border: 1px solid black}

/* Set a class to prevent the printing of items */

.noprint {
DISPLAY: none}

#google_translate_element {
DISPLAY: none}

.breadcrumb{
display: none;}

/* Make all links print using black ink */

A {COLOR: #000000; TEXT-DECORATION: none}
A:visited {COLOR: #000000; TEXT-DECORATION: none}

/* Make all headings print using black ink */
H1 {COLOR: #000000; FONT: bold 18px/20px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none}
H2 {COLOR: #000000; FONT: bold 16px/18px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none}
H3 {COLOR: #000000; FONT: bold 14px/16px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none}
H4 {COLOR: #000000; FONT: bold 12px/14px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none}

/* Ditto for contact details */
.heading {COLOR: #000000; FONT: bold 14px/16px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: underline;}
.name {COLOR: #000000; FONT: bold 12px/14px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none;}

#content {
	 Width: auto;
   Margin: 0;
   Padding: 0;
}

/* Un-highlight abbreviations and acronyms */
ABBR, ACRONYM {
border-bottom: none;}