/* Wrap PRE text (http and https only)  (*DM)*/
/* ===================================================== */
/* David McRitchie,  2009-07-17 installed style 19596 */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(http://), url-prefix(https://)
  {PRE  {white-space: pre-wrap !important;} }
