body {
	font-family: Sans-Serif;
	font-size: small;
	width:95%;
	margin-left: auto;
	margin-right: auto;
}

#welcome {
	display: none;	
}

#navigationBar {
	margin-bottom: 1em;
	border-bottom: solid;
	border-width: 2px;
	display: block;	
	white-space: nowrap;	
}

#navigationBar ol {
	padding-left: 0;
}

#navigationBar a,a:visited,a:link,a:hover,a:active {
	color: black;
	text-decoration: none;
}

#navigationBar a.active {
	color: #79b400;
	border-bottom: 4px solid #79b400;
	padding-bottom: 1em;
}

#navigationBar li {
	display: inline;
	list-style-type: none;
	margin-right: 2em;
}
#navigationBar li:before {
	content: "+ ";
}

#title {
	font-size: xx-large;
	font-weight: normal;
	margin-top: 0;
}

#printTitle {
	display: none;
}

#heading {
	font-size: x-large;
	border-bottom: solid;
	border-width: 2px;
	padding-bottom: 0.5em;
}

#summary img {
	display: block;
	height: 10em;
	margin: 1em auto 1em auto;
}

#summary div{
	white-space: pre-wrap;
	text-align: justify;
}

#technicalSkills:before {
	content: "Technical Skills";
	border-bottom: 2px solid black;
	display: block;
	font-weight: bold;
	font-size: large;
}	

#technicalSkills {
	margin-top: 3em;
}

#technicalSkills ul {
	padding: 0;
	margin: 0;
}

#technicalSkills li {
	display: inline-block;
	background-color: LightGray;
	white-space: nowrap;
	padding: 0.5em;
	margin: 0.25em 0 0.25em 0;
	border-radius: 0.5em;
}

#professionalExperience:before {
	content: "Professional Experience";
}

#education:before {
	content: "Education";
}

#education a,a:visited,a:link,a:hover,a:active {
	color: #79b400;
	text-decoration: none;
}

.tabs:before {
	border-bottom: 1px solid black;
	display: block;
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom:0.5em;
	margin-bottom: 0.5em;
}

.tabs {
	margin-top: 3em;
}

.tabs label, input {
	display: none
}

.tab {
	display: block;
	border: 1px solid #E5E4E2;
	border-radius: 0.5em;
	padding: 0.5em 2em;
	z-index: 0;
	margin: 1em auto 1em auto;
}

.tab h2 {
	display: block;
}

.tab h3 {
	border-bottom: solid;
	border-width: 1px;
	font-weight: normal;
	font-size: large;
	padding-bottom: 0.5em;
}

.tab li {
	list-style-type: square;
	padding-bottom: 1em;
	margin-left: -1em;
}

#professionalExperience_input_amdocsUxp:checked ~ #professionalExperience_input_amdocsUxp,
#professionalExperience_input_ethoca:checked ~ #professionalExperience_ethoca,
#professionalExperience_input_ericssonCanada:checked ~ #professionalExperience_ericssonCanada,
#professionalExperience_input_freshBooks:checked ~ #professionalExperience_freshBooks,
#professionalExperience_input_uOfT:checked ~ #professionalExperience_uOfT,
#professionalExperience_input_sanofiPasteur:checked ~ #professionalExperience_sanofiPasteur,
#professionalExperience_input_ibm:checked ~ #professionalExperience_ibm{
	display:block;
}

#education_input_uOfT:checked ~ #education_uOfT,
#education_input_coursera:checked ~ #education_coursera{
	display:block;
}