/* Layout */
body {margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif;}

h1 {font-size: 22px; line-height: 2em; padding-bottom: 10px; }
h2 {font-size: 18px; line-height: 2em;}
h3 {font-size: 14px; line-height: 1.50em; padding-bottom: 0;}
h4 {font-size: 13px; line-height: 2em;}
h5 {font-size: 12px; line-height: 2em;}
h6 {font-size: 11px; line-height: 2em;}
#datestamp {margin-top: 15px; padding-top: 10px; border-top: 1px solid #000;}
header {height: 70px;}
p, li, th, td {font-size: 12px; line-height: 1.50em;}
.summary {font-size: 11px;}
.menu, #skiplinks, .banner, footer, .searchbox, .breadcrumbs { display: none; }
img {border: none;}

table {border: 1px solid #000;}
th, td {border-bottom: 1px solid #000;}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

.accordion > * {
    display: block !important;
}

.accordion-item > * {
    display: block !important;
}