@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

h2 {
	font-weight: bold;
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 20px;	
}
h3 {
	font-weight: bold;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 9px;
}
h4 {
	font-weight: normal;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left: 10px;
}
div.title {
 	max-width: 700px;
 	margin: auto;
	margin-bottom: 20px;
	color: #2F5496;
/* 	border: 1px solid black;*/
}
div.title table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
div.title td {
	width: 100%;
	border: none;
	border-top: solid medium;
	border-bottom: solid medium;
}
div.title td.title-name {
	text-align: center;
	font-weight: bold;
	font-style: oblique;
	font-size: 26pt;
}
div.title td.title-photo {
	text-align: right;
	padding: 3px 3px 0px 3px;
}
div.title td.title-link {
	text-align: center;
	font-size: 12pt;
	padding: 0 0 0 0;
	height: 14pt;
}

div.cv {
 	max-width: 700px;
 	margin: auto;
/* 	border: 1px solid black;*/
}

p {
	margin-top: 0px;
	margin-bottom: 9px;
	padding-left: 10px;
/*	padding-right: 10px;*/
}

dl {
	margin-top: 14px;
	margin-bottom: 9px;
}
h3 + dl {
	margin-top: 9px;	
}
dt {
	float: left;
	clear: left;
	width: 110px;
	font-weight: normal;
}
dt::after {
	content: ":";
}
dt.heading {
	font-weight: bold;
}
dd {
	margin: 0 0 0 110px;
	padding: 0 0 0 0;
}

ul {
	margin-top: 0px;
	margin-bottom: 9px;
	padding-left: 26px;
}
ol {
	margin-top: 0px;
	margin-bottom: 9px;
	padding-left: 26px;
}
ol > li {
	margin-bottom: 5px;
}

.citation {
	float:right;
}

@media print {
	.noprint {
		display: none !important;
	}
	a:link, a:visited {
		color: #2F5496;
	}
	/* BELOW: hack to avoid breaking after h3 */
	h3 {
		break-inside: avoid;
		page-break-inside: avoid;
	}
	h3::after { 
		content: "";
		display: block;
		height: 100px;
		margin-bottom: -100px;
	}
	/* BELOW: hack to avoid breaking after h3 */
/*
	dl {
		break-inside: avoid;
		page-break-inside: avoid;
	}
*/
	li {
		break-inside: avoid;
		page-break-inside: avoid;
	}
/*
	.page-break {
		page-break-before: always;
	}
*/
}
