/* The following elements should be hidden in print view */
.hidden, embed, object {display:none;visibility:hidden;}

/* Remove all floats and margins */
body, #content {width:100%;float:none !important; background:none !important; margin:0 !important; padding:0 !important; position:static;}

/* Typographic print rules */
body {font:normal 76%/150% "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;}
img {border:none;margin:5px;}
dt {font-weight:bold;clear:both;}
dd {margin-bottom:1em;}
a:link, a:visited, a:active {text-decoration:underline !important;}

/* Insert URL after each body content link */
#content a:link:after, #content a:visited:after {content:" (" attr(href) ") "; font-size:.9em;}
