/* Print style */



/* Reset quotes */

q {quotes: none}

q:before, q:after {content: ""}   


/* font sizes */

body {

	font: 12pt Georgia, "Times New Roman", Times, serif;

	line-height: 1.3;

	color: #000;

}



h1 {font-size: 30pt}



h2 {font-size: 24pt; margin-top: 35px}



aside h2 {font-size: 18pt}


.nav-toggle {
   display: none;
}

header .print {display: block}

.text-left, .navicon {display: none}

header nav, .footer-nav, .features-slider {display: none}
img {max-height: 500px; }


.container-fluid img {max-height: 100%}

header h1 {

	margin: 0;

	font-size: 30pt;

}



/* Some browsers like to show a border around images. Switch it off */

img {border: 0}



/* Mover the header a little bit awy from the content */

header {margin-bottom: 40px}



/* Display the URL of the site so that the user knows where the printout came from */

header:after {display: block; content: "www.feeler.net"; margin: 20px;}





/* Separate blockquotes a little bit from the rest */

blockquote {

	font-size: 13pt;

	font-style: italic;

}



/* By default links are blue. For optimal legibility change them to black */

p a {color: #000}



/* Show the URL after each link, whereby internal links are preceeded by the site's URL */

p a:after {

	content: " (http://www.feeler.net/" attr(href) ")";

	font-size: 80%;

	word-wrap: break-word;

}



/* External links don't get this treatment */

p a[href^="http://"]:after, p a[href^="https://"]:after {

	content: " (" attr(href) ")";

}



/* Append the source of the citation */

q:after {content: " (" attr(cite) ")"}



/* The Sidebar is placed under the content automatically. To distinguish it from the rest a border and a gap is set before */

aside {

	border-top: 1px solid #bbb;

	margin-top: 30px;

	display: block;

	/*page-break-before: always; */ /* Moves the sidebar to new page */

}