/* $Id: Hardening\040pkgsrc.css,v 1.1 2017/03/14 10:08:56 khorben Exp $ */

a {
	color:			#000000;
	text-decoration:	none;
}

body, button, input {
	font-family:		"CMU Serif", "Times new Roman", serif;
}

a, button, input {
	font-size:		100%;
}

body {
	font-size:		12pt;
}

code, pre {
	font-family:		"CMU Typewriter Text Regular", "Courier New", monospace;
}

html {
	font-size:		100%;
}

p {
	line-height:		1.5;
	margin-top:		0;
	padding-top:		0;
	text-align:		justify;
}

pre {
	white-space:		pre-wrap;
}

table {
	border-collapse:	collapse;
}

table th, table td {
	padding:		0.5ex;
}

/* classes */
div.article > div.titlepage div.abstract p.title {
	font-style:		normal;
}

div.author > div.affiliation {
	font-style:		italic;
}

div.author > h3 {
	font-style:		normal;
	font-weight:		normal;
}

div.footnote {
	font-size:		90%;
}

sup.footnote {
	/* FIXME does not work */
	vertical-align:		super;
}

div.footnote a.ulink {
	font-style:		italic;
}

div.footnote p {
	font-style:		normal;
	text-align:		left;
}

div.revhistory {
	display:		none;
}

div.footnotes, .two-columns {
	-moz-column-count:	2;
	-webkit-column-count:	2;
	column-count:		2;
	-webkit-column-gap:	4ex;
	-moz-column-gap:	4ex;
	column-gap:		4ex;
	margin-top:		1em;
	padding-top:		1ex;
}

div.section p {
	text-indent:		4ex;
}

div.section p:first-of-type {
	text-indent:		0;
}

div.section div.blockquote p:first-of-type {
	text-indent:		4ex;
}

div.article > div.titlepage:first-child {
	text-align:		center;
}

div.article > div > hr {
	display:		none;
}

div.toc {
	display:		none;
}
