/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* line 6, ../../app/stylesheets/print.sass */
body {
  background-color: white;
  color: #2f424b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12pt;
}

/* line 13, ../../app/stylesheets/print.sass */
header .container_12 .logo h1 a {
  background-image: url("../images/the_european-logo.gif");
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}

/* line 22, ../../app/stylesheets/print.sass */
h4 {
  font-size: 16pt;
  font-weight: bold;
}

/* line 26, ../../app/stylesheets/print.sass */
h6 {
  font-size: 14pt;
  font-weight: bold;
}

/* line 30, ../../app/stylesheets/print.sass */
.articleInfo h3 {
  font-size: 10pt;
}

/* line 34, ../../app/stylesheets/print.sass */
.articleInfo {
  font-size: 10pt;
}

/* line 38, ../../app/stylesheets/print.sass */
#mainContent a:link:after, #mainContent a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 70%;
}

/* line 43, ../../app/stylesheets/print.sass */
div#mainContent {
  padding-top: 1em;
  border-top: 1px dotted #253841;
}

/* line 48, ../../app/stylesheets/print.sass */
div.articleText {
  border-bottom: 1px dotted #253841;
}

/* line 52, ../../app/stylesheets/print.sass */
.line {
  font-size: 14pt;
}

/* line 56, ../../app/stylesheets/print.sass */
a:link, a:visited {
  color: #253841;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}

/* line 63, ../../app/stylesheets/print.sass */
.header-navigation,
.quote-box,
#searchform,
.article-supp,
.breadcrumb,
.article-additional,
.article-comment-form,
.article-comments,
.article-comment-pagination,
.article-pagination,
.pagination,
.advertising,
.switch,
.switch-objects,
.article-sidebar,
footer,
.meta,
.shareTitle,
.share,
.next,
.slideShow,
.listingWrapper,
.articleMeta .articleTeaser,
.authorLink,
.advertorial,
.imageBox,
.advertorial a,
#footer {
  display: none;
}

