body {background: white; font-size: 12pt;}

h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}

#feature_campaign,
#join_us,
#search,
#nav,
#sub_content_2,
#commentPost,
#footer,
#addthis
{
  display: none;
}

#subpage_content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#subpage_content a:link:after, #subpage_content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#subpage_content a[href^="/"]:after {
   content: " (http://www.ecfr.eu" attr(href) ") ";
   }