body{ font-family: sans-serif; }

#lang, nav, #content > section, footer, .icon, .dates, #print, .cookie-policy, .no-print{ display: none; }

#content > #curriculum, #content > #me{ display: block; }

#me > h3{ display: none; }

#me th{
	text-align: right;
	padding: 6px 12px;
	border-right: 1px solid #AAA;
	width: 10em;
	vertical-align: top;
}

#me td{
	text-align: left;
	padding: 6px 12px;
}
#me table { border-collapse:collapse; }

#knowledge header{
	text-align: center;
	padding: 12px;
	font-weight: bold;
	border-color: #AAA;
	border-style: solid;
	border-width: 1px 0;
	text-transform: uppercase;
}

#knowledge td > span > div{ display: none; }

#curriculum > h3{
	text-align: center;
	padding: 12px;
	font-weight: bold;
	border-color: #AAA;
	border-style: solid;
	border-width: 1px 0;
	margin: 0;
	font-size: inherit;
}

#curriculum .accordion > header{
	display: inline-block;
	width: 10em;
	padding: 6px 12px 24px 12px;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
}

#curriculum .accordion > article{
	display: inline-block;
	width: 25em;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 6px 12px 24px 12px;
}
#curriculum .accordion > article:last-child{
	border-bottom-width: 0;
}

#profile-image {
	display: block;
	width: 10em;
	padding: 6px 12px;
}
