@page {  
    margin: 2cm 1.5cm;  
}  

/* Reset quotes */
q {quotes: none}
q:before, q:after {content: ""}   

/* font sizes */
body {
    font: 12pt "Times New Roman", Times, serif;
    line-height: 1.3;
    color: #000;
}

h1 { font-size: 16pt; }

h2 { font-size: 14pt; margin-top: 25px; }

aside h2 { font-size: 14pt }

/* Show printer-friendly logo. */
header .print { display: block; }

.head-section, img, .article-footer, .smallgrid, .footer-menu, .attachment, .noprint { display: none }

.middle-section {
    margin:0;
}

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; }

/* 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}

p a:after {
	/*content: " ( 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 */
}

.social-container {
    display:none;
}
