body {
	background: white;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 2;
	margin: 0 1em;
}
@media screen and (min-width: 375px) {
	body {
		font-size: 10pt;
	}
}
@media screen and (min-width: 414px) {
	body {
		font-size: 11pt;
	}
}
@media screen and (min-width: 694px) {
	body {
		font-size: 12pt;
		margin-left: auto;
		margin-right: auto;
		max-width: 40em;
	}
}
a:link,
a:visited {
	color: #2E8BE0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
header {
	text-align: center;
}
header a {
	display: block;
	margin: 4em auto;
	width: 130px;
}
footer {
	margin: 4em auto;
	text-align: center;
}
hr {
	border: 0 none;
	border-top: 1px solid #E4E4E4;
	margin: 4em auto;
}
.back-to-qualys {
	left: 0;
	padding: 1em;
	position: absolute;
	top: 0;
}
.nowrap {
	white-space: nowrap;
}

/*# sourceMappingURL=simple.css.map */