/** Print styles  For the most part, we should be using the same styles as screen However, navigation is not required, and we need to show the reference content  There are also some peculiarities in paged printing that we don't have to deal with on scrollable display  @author Stuart Jones <sjones@amh.net.au> */
/** Draw arrows with CSS and elements @author Stuart Jones <sjones@amh.net.au> */
#wrapper { padding: 0; width: 100%; }

#banner { position: static; }
#banner > div { width: 100%; }
#banner > div > ul > li { display: none; border: none; }
#banner > div > ul > li.logo { display: block; }

#breadcrumbs, .dynamic-menu, #vertical-menu-wrapper, #vertical-menu, .non-printable, #document-header { display: none; }

#feedback-bar .feedback-container, #feedback-bar > div, #feedback-bar > form, #feedback-bar > img { display: none; }

.printable { margin: 0; padding: 0; width: 100%; height: 100%; }

#content { display: block; margin: 0; width: 100%; }
#content article span.toggle-collapsible-content { display: none; }
#content article footer#reference { display: block; }
#content article section.dosage p .grey { font-size: 0.8em; line-height: 1.15em; /* we have to reassert line-height each time we change the font-size */ }

/*# sourceMappingURL=print.css.map */
