/*
	@homepage http://userstyles.org/styles/18871
	@updateurl http://userstyles.org/styles/iecss/18871/java.sun.com%20-%20improve%20online%20readability.css
	@domain java.sun.com
*/
@namespace url(http://www.w3.org/1999/xhtml);* {
    max-width : 30em;
  }
  blockquote, body, div, form, html, img, pre, span, td {
    max-width : none;
  }
  code, pre {
    font-family : Consolas, "Courier New" !important;
  }
  pre {
    background-color : transparent !important;
  }
