/* @group Layout */

body {
	font: 8pt Optima, Arial, Helvetica, sans-serif;
}

#pagecontainer {
	background: transparent;
	text-align: left;
	margin: 30px;
}

#header {
	padding: 10px;
	margin-top: 10px;
}
	
/* @end */

/* @group Text */

.name {
	font-weight: bold;
	line-height: 110%;
	font-size: 10pt
}

.entry {
	page-break-inside: avoid;
}

.company {
	float: left;
	font-weight: bold;
	font-size: 10pt;
	clear: left;
}

.title {
	float: right;
	font-weight: bold;
	clear: right;
}

.location {
	float: left;
	clear: left;
}

.duration {
	float: right;
	clear: right;
}

.narrative {
	margin-bottom: 2em;
	padding-right: 25px;
}

div.narrative ul li {
	margin-bottom: 2pt;
}

.sectionHead {
	font-size: 11pt;
	font-weight: bold;
	background-color: transparent;
	color: gray;
	margin-bottom: 17px;
	margin-top: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
	
/* @end */