
/*########################################################################
FOR THE PRINT VERSION:

      * adjust html and body
            - delete height and overflow
            - adjust body ( colors )
            
##########################################################################*/

/* first get all styles */

@import url("wcp_main.css");

/* then, hide some, and redefine others */
 
#header_right_column,
#header_menu,
#add_this_buttons,
#writer_email_button,
#article_right_column,
#background,
#leave_a_tip1,
#leave_a_tip2,
#leave_a_tip3,
#more_headlines1,
#more_headlines2,
#comment_block,
#bottom_hr_rule,
#bottom_menu_box,
#top_subscribe_banner,
#banner_bottom
{display: none; !important; }

html {
      margin: 0;
      padding: 0;
      width:100%;
      height:auto;
      overflow:auto;
}

body  {
      font-family: 'EB Garamond', serif;
	font-size: 100%;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
      background-color: white;
      margin: 0;
      padding: 0;
      width:100%;
      height:auto;
      overflow:auto;
}

