/*
Always check with the [http://jigsaw.w3.org/css-validator/ W3C CSS Validation Service] 
before and after any changes.
See also: [[Wikipedia:Catalogue of CSS classes]].
*/
/* <pre><nowiki> */
/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */
#content cite a.external.text:after {
    display: none;
}
 
.navbox {
    display: none;
}
 
.infobox.sisterproject {
    display: none;
}
 
/* When in mainspace, don't print article message boxes */
 
.ns-0 .ambox {
    display: none;
}
 
/* Removes useless links from printout */
 
#privacy, #about, #disclaimer {
    display: none;
}
 
.editlink, .noprint, .metadata, .dablink {
    display: none
}
 

@page {
  size: 7in 9.25in;
  margin: 27mm 16mm 27mm 16mm;
}
@page front-matter :left {
  @bottom-left {
    content: counter(page);
  }
}

 
/* </nowiki></pre> */