body {
	font-family: Sans-Serif;
	font-size: small;
	width:95%;
	margin-left: auto;
	margin-right: auto;
}

#welcome {
	display: none;	
}

#navigationBar {
	display: none;	
}

#title {
	display: none;
}

#printTitle {
	text-align: center;	
}

#printTitle ol {
	list-style-type: none;
}

#printTitle li:not(:first-child):before {
	content: " | ";
}

#printTitle li {
	display: inline;
}

#printTitle h3 {
	margin: 0;
}

#heading {
	font-size: 1.5em;
	text-align: center;
	border-bottom: solid;
	border-width: 2px;
	margin: 0;
}

#summary img {
	display: none;
}

#summary div{
	white-space: pre-wrap;
	text-align: justify;
}

#professionalExperience:before {
	content: "Professional Experience";
}

#education:before {
	content: "Education";
}

#education {
	page-break-inside: avoid;
}

#technicalSkills:before {
	content: "Technical Skills";
	border-bottom: 2px solid black;
	display: block;
	font-weight: bold;
	font-size: large;
}

#technicalSkills {
	margin-top: 1em;
}

#technicalSkills ul {
	padding: 0;
	margin: 0;
}

#technicalSkills li {
	display: inline-block;
	background-color: grey;
	white-space: nowrap;
	padding: 0 1em 0 1em;
}

.tabs:before {
	border-bottom: 2px solid black;
	display: block;
	font-weight: bold;
	font-size: large;
}

.tabs {
	margin-top: 1em;
}

.tabs label, input {
	display: none
}

.tab {
	display: block;
	margin-bottom: 1em;
	page-break-inside: avoid;
}

.tab h2 {
	font-size: large;
	display: inline;
	margin: 0;
}

.tab h3 {
	display: inline;
	font-weight: normal;
	font-size: large;
	margin: 0;
}

.tab ol {
	margin: 0;
}

.tab li {
	list-style-type: square;
	margin-left: -1em;
}

.tab li a,a:visited,a:link,a:hover,a:active {
	color: black;
	text-decoration: none;
}