.printOnly {
	display: block;
}
.expander { 
	display:none;
}
.collapser {
	display: none;
}
.actions {
	display: none;
}

body {
	background-color: #fff;
}

nav {
	display: none;
}

hr {
	border-top: 1px solid #000;
}

a {
	text-decoration: underline;
}
a:after {
	content: " (" attr(href) ")";
}

img {
	display: none;
}


main>section {
	background-color: #fff;
	width:auto;
	padding: 0 10px 10px 10px;
	margin: auto;
	margin-bottom: 5px;
	border: 0px;
	box-shadow: 0px 0px;
}
main>section section+section:before {
	content: "";
	display: block;
	height: 0px;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}

main>section h2, section section .title {
	color: #000;
	margin-bottom: 0px;
}

.info .links li {
	display: block;
}
.info .links li+li:before {
	content: "";
}


.certification, .education {
	margin-bottom: 2em;
}
.certification section, .education section {
	width: 45%;
	display: inline-block;
}
