/* Remove the Navigation */
#tooltip, #list , #apropos { display: none !important; }
#currentdatetime { display: inline-block !important; }

#mapid , #map{ 
    xmin-width: 29.7cm;
    max-height: 17cm;
}

page[size="A4"] {
    background: white;
    width: 21cm;
    height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

body, page[size="A4"] {
    margin: 0;
    box-shadow: 0;
}



/* Reset the Background Colors */
body { background: transparent; }
content { background: transparent; } 

/* Reset Text Colors */
#author { color: #111; }

/* Display the Destination of Links */
xa:link:after { content: " (" attr(href) ") "; }

/* Make Links Stand Out from Regular Text */
xa:link { font-weight: bold; text-decoration: underline; color: #06c; }

/* What About Font Size? */
p { font-size: 12pt; }

/* What About Fonts? */
body { font-family: Georgia, ‘Times New Roman’, serif; }

/*  Lot of Comments. */
#comments { page-break-before: always; }




