@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

#header, #navigation, #footer {
	display: none;
}

.no-print {
	display: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.43;
}

h1 {
	display: none;
}

#credentials {
	width: 90%;
	margin: auto;
}

#credentials article {
	border: dashed 0.05cm #999999;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0.4cm;
	text-align: center;
	page-break-inside: avoid;
}

#credentials > article:nth-child(odd) {
	clear: left;
	border-right-style: none;
}

#credentials h2 {
	font-size: 15pt;
	font-weight: normal;
	margin-bottom: 0.6em;
}

#credentials .login {
	margin-bottom: 1.2em;
}

#credentials .login p {
	text-align: left;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	margin-bottom: 0.3em;
}

#credentials .login strong {
	font-weight: normal;
	display: inline-block;
	float: left;
	width: 48%;
	margin-right: 2%;
	text-align: right;
	font-size: 11pt;
	line-height: 11pt;
	padding-top: 2pt;

}

#credentials .info {
	color: #666666;
	font-style: italic;
}

.clear {
	clear: both;
}

.break {
	page-break-after: always;
}

hr {
	display: block!important;
}