﻿@charset "utf-8";

header,
#divTopNav,
#divMessage,
footer.footer,
aside,
input[type='submit'],
a.buttonPopper,
.noprint {display:none !important;}

main, 
div.section, 
form > section,
.form-container,
.stack {
    width: 100% !important;
    float:none !important; 
    padding:0 !important;
    margin:0 !important;
    border: none !important;
    background: transparent !important;
    color: #000;
}
.stack::after,
.stack::before {content:''; display:block; border-bottom: 1px solid #000;}
.stack::before {margin: 1px 0 1em 0;}
.stack::after {margin: 1em 0 1px 0;}

body { padding: 20px !important; }
* {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt !important;
    font-family: Georgia, ‘Times New Roman’, serif;
    text-shadow: none !important;
    -moz-box-shadow:none !important; 
    -webkit-box-shadow:none !important; 
    box-shadow:none !important;
}
h1 {font-size: 1.2em !important;}

a.printLink:link:after { content: " (" attr(href) ") ";  font-size: .7em; }